You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,27 @@ A Laravel 4 CMS using Bootstrap 3. Laravel Bootstrap does not handle the front-e
5
5
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.
6
6
7
7
## Composer Require
8
-
Nice and simple: ` "davzie/laravel-bootstrap": "dev-master" `
8
+
Nice and simple
9
+
10
+
"davzie/laravel-bootstrap": "dev-master"
9
11
10
12
### Linking The Service Provider To Your Installation
11
13
Add this string to your array of providers in app/config/app.php
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:
25
29
26
-
### Seeding
27
-
Seed the database, this pretty much just seeds an example user and settings
0 commit comments