Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
Signed-off-by: David Thorpe <davzie@davzie.com>
  • Loading branch information
davzie committed Dec 16, 2013
1 parent 3b68402 commit 3288d7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
@@ -1,13 +1,13 @@
## A Laravel 4 Bootstrap CMS
## A Laravel 4.1 Bootstrap CMS
--------------------------------------
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.
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.

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.

## Composer Require
Nice and simple

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

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

0 comments on commit 3288d7a

Please sign in to comment.