Skip to content

Commit dc40bb2

Browse files
committed
Added screenshot to Readme.md
1 parent 7f96e72 commit dc40bb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
--------------------------------------
33
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

5+
![Laravel Bootstrap Screenshot](http://i.imgur.com/CiUa8wt.png "Laravel Bootstrap Screenshot")
6+
57
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.
68

79
## Composer Require
@@ -28,4 +30,4 @@ You need assets bro!
2830
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:
2931

3032
php artisan migrate --package="davzie/laravel-bootstrap"
31-
php artisan db:seed --class="Davzie\\LaravelBootstrap\\Seeds\\DatabaseSeeder"
33+
php artisan db:seed --class="Davzie\\LaravelBootstrap\\Seeds\\DatabaseSeeder"

0 commit comments

Comments
 (0)