Skip to content

Commit ebee38f

Browse files
committed
Readme Updated And Composer Requirements Updated
Signed-off-by: David Thorpe <davzie@davzie.com>
1 parent dc92bf3 commit ebee38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php": ">=5.3.0",
11+
"php": ">=5.4.0",
1212
"illuminate/support": "4.0.x",
1313
"intervention/image": "dev-master"
1414
},

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Laravel 4 Bootstrap
22
--------------------------------------
3-
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.
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.
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

0 commit comments

Comments
 (0)