Home - laravella/laravella GitHub Wiki
Laravella
Laravel 4 Admin console, CMS and starter project. Hit the ground running with the most useful packages installed and integrated.
Links
- Project Home
- Quick Start Guide
- Download
- Forums
- [Documentation Wiki] (https://github.com/laravella/laravella/wiki)
- [Blog] (http://laravella.wordpress.com/)
Included
###cborgia/radiate HTML5 Boiler Plate, Twitter Bootstrap, Font Awesome, SASS, and a quick little login/register script to get you started.
###laravella/crud Database Create, Read, Update, Delete package. laravella/crud also makes provision for custom views and and AJAX friendly api so that you can basically achieve anything you want with it, above and beyond CRUD.
###laravella/cart A demo shopping cart built on laravella/crud (just an example project).
###laravella/package A starter package for laravel. Includes a facade, artisan commands, IoC class, migrations and database seed examples.
###laravella/cms A content management system and blog built on crud.
###laravella/skins An easy way to install new themes.
###laravella/uploader A sweet file uploader from blueimp packaged for laravel and integrated into Laravella/CMS.