Devise Brewers & Beers
##About
Devise Brewers & Beers is an example application built on the Devise content management system. It showcases the three major application structures of Devise:
-
Easy to implement and use front-end editing on a non-model content areas using html attributes. This is showcased throughout the homepage section of the site. My mom was able to make this content manageable... while drinking beers.
-
Dead-simple model editing is showcased on the brewer side of the application. Brewers has a model and a database table but you are able to utilize the Devise editor to edit your models.
-
On the Beers site we recreate a 'CRUD' type scenario that shows how you can connect the front-end to your custom classes and execute custom code.
Full Documentation
Full documentation for Devise can be found at http://devisephp.com/docs
Installation of Brewers & Beers
-
Setup an environment you want to install this example site on. We highly suggest you take a look at Homestead. It's worth it.
-
Download Brewers & Beers by clicking that link or by clicking "Download Zip" up above.
-
Unzip the contents of the zip into the root of your project.
-
From the command line run
composer update
. If you don't have composer you can get it from here: https://getcomposer.org/download/. -
Install Devise by visiting the project through the browser or running
php artisan devise:install
from the project root on the command line. More information installing Devise at [http://devisephp.com/docs/installation/](http://devisephp.com/docs/installation/]. -
Run migrations and seeds by running
php artisan migrate
and thenphp artisan db:seed
Feedback
Please give us your feedback on Devise and the Devise Bootstrap at info@devisephp.com
License
The Laravel framework is open-sourced software licensed under the MIT license