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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
## A Laravel 4 Bootstrap CMS
1
+
## A Laravel 4.1 Bootstrap CMS
2
2
--------------------------------------
3
-
A Laravel 4 **PHP 5.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.
3
+
A Laravel 4.1**PHP 5.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.
4
4
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
8
Nice and simple
9
9
10
-
"davzie/laravel-bootstrap": "dev-master"
10
+
"davzie/laravel-bootstrap": "1.*"
11
11
12
12
### Linking The Service Provider To Your Installation
13
13
Add this string to your array of providers in app/config/app.php
0 commit comments