Skip to content

Commit dc92bf3

Browse files
committed
Readme Formatting Improvements
Signed-off-by: David Thorpe <[email protected]>
1 parent 230ca0c commit dc92bf3

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

readme.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,27 @@ A Laravel 4 CMS using Bootstrap 3. Laravel Bootstrap does not handle the front-e
55
It uses Redactor JS for content editing and provides a really simple way to prototype new 'objects'. You can make objects 'taggable' and 'uploadable' which means you can have unlimited number of tags associated with an item and also unlimited number of image uploads too.
66

77
## Composer Require
8-
Nice and simple: ` "davzie/laravel-bootstrap": "dev-master" `
8+
Nice and simple
9+
10+
"davzie/laravel-bootstrap": "dev-master"
911

1012
### Linking The Service Provider To Your Installation
1113
Add this string to your array of providers in app/config/app.php
12-
`Davzie\LaravelBootstrap\LaravelBootstrapServiceProvider`
14+
15+
Davzie\LaravelBootstrap\LaravelBootstrapServiceProvider
1316

1417
### Publishing The Configuration
1518
Publish the configurations for this package in order to change them to your liking:
16-
`php artisan config:publish davzie/laravel-bootstrap`
19+
20+
php artisan config:publish davzie/laravel-bootstrap
1721

1822
### Publishing The Assets
1923
You need assets bro!
20-
`php artisan asset:publish davzie/laravel-bootstrap`
2124

22-
### Migrating The Database
23-
Migration is pretty simple, ensure your database config is setup and run this:
24-
`php artisan migrate --bench="davzie/laravel-bootstrap"`
25+
php artisan asset:publish davzie/laravel-bootstrap
26+
27+
### Migrating and Seeding The Database
28+
Seed the database, this pretty much just seeds an example user and settings. Migration is pretty simple, ensure your database config is setup and run this:
2529

26-
### Seeding
27-
Seed the database, this pretty much just seeds an example user and settings
28-
`php artisan db:seed --class="Davzie\\LaravelBootstrap\\Seeds\\DatabaseSeeder"`
30+
php artisan migrate --package="davzie/laravel-bootstrap"
31+
php artisan db:seed --class="Davzie\\LaravelBootstrap\\Seeds\\DatabaseSeeder"

0 commit comments

Comments
 (0)