Skip to content

Commit c9eecfc

Browse files
committed
Readme Updated
Signed-off-by: David Thorpe <[email protected]>
1 parent 4c22c50 commit c9eecfc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,25 @@
22
--------------------------------------
33
A Laravel 4 CMS using Bootstrap 3. Laravel Bootstrap does not handle the front-end of your site. It merely provides a CRUD framework with some predefined systems (image gallery, pages etc) for you to enter and edit your data with.
44

5+
## Composer Require
6+
Nice and simple: ` "davzie/laravel-bootstrap": "dev-master" `
7+
58
### Linking The Service Provider To Your Installation
6-
--------------------------------------
79
Add this string to your array of providers in app/config/app.php
810
`Davzie\LaravelBootstrap\LaravelBootstrapServiceProvider`
911

1012
### Publishing The Configuration
11-
--------------------------------------
1213
Publish the configurations for this package in order to change them to your liking:
1314
`php artisan config:publish davzie/laravel-bootstrap`
1415

1516
### Publishing The Assets
16-
--------------------------------------
1717
You need assets bro!
1818
`php artisan asset:publish davzie/laravel-bootstrap`
1919

2020
### Migrating The Database
21-
--------------------------------------
2221
Migration is pretty simple, ensure your database config is setup and run this:
2322
`php artisan migrate --bench="davzie/laravel-bootstrap"`
2423

2524
### Seeding
26-
--------------------------------------
27-
Seed the database
25+
Seed the database, this pretty much just seeds an example user and settings
2826
`php artisan db:seed --class="Davzie\\LaravelBootstrap\\Seeds\\DatabaseSeeder"`

0 commit comments

Comments
 (0)