Laravel 4 Admin console, CMS and starter project. Hit the ground running with the most useful packages installed and integrated.
HTML5 Boiler Plate, Twitter Bootstrap, Font Awesome, SASS, and a quick little login/register script to get you started.
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.
A content management system and blog built on crud.
An easy way to install new themes.
A sweet file uploader from blueimp packaged for laravel and integrated into Laravella/CMS.
A demo shopping cart built on laravella/crud (just an example project).
A starter package for laravel. Includes a facade, artisan commands, IoC class, migrations and database seed examples.
'providers' => array(...
'Laravella\Laravella\LaravellaServiceProvider',
'Laravella\Crud\CrudServiceProvider',
'Laravella\CMS\CMSServiceProvider',
'Laravella\Skins\SkinsServiceProvider',
'Laravella\Uploader\UploaderServiceProvider')
php artisan laravella:install
php artisan serve --port 80
from the command linehttp://localhost for the frontend
http://localhost/admin for admin console
Default username is superadmin@yourwebsite.com and password is ravel
php artisan crud:update
again to regenerate meta data after you've added or altered tables.http://opensource.org/licenses/MIT
4.0.20131030
Skins package added
4.0.009
Ravel replaced with CMS
4.0.008
File uploader included
4.0.007
Options and option categories
4.0.006
dynamic menus
This project is maintained by laravella
Hosted on GitHub Pages