Skip to content

Commit 3288d7a

Browse files
committed
Updated Readme
Signed-off-by: David Thorpe <davzie@davzie.com>
1 parent 3b68402 commit 3288d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
## A Laravel 4 Bootstrap CMS
1+
## A Laravel 4.1 Bootstrap CMS
22
--------------------------------------
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.
44

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
88
Nice and simple
99

10-
"davzie/laravel-bootstrap": "dev-master"
10+
"davzie/laravel-bootstrap": "1.*"
1111

1212
### Linking The Service Provider To Your Installation
1313
Add this string to your array of providers in app/config/app.php

0 commit comments

Comments
 (0)