joshreisner / avalon
This package is abandoned and no longer maintained.
The author suggests using the left-right/center package instead.
There is no license information available for the latest version (dev-master) of this package.
dev-master
2015-03-20 05:32 UTC
Requires
- php: >=5.4.0
- doctrine/dbal: 2.*
- illuminate/support: 4.*
- intervention/image: 2.*
- maatwebsite/excel: ~1.2.1
This package is not auto-updated.
Last update: 2022-02-01 12:29:45 UTC
README
This package is pre-beta meaning you should really wait to try it out unless you're feeling very very adventuresome.
Eventually this will become a Laravel 4 CMS gui package and will have a video and screenshots.
Install Instructions:
- set up database (only mysql tested)
- set up email (for user invites and password resets)
- $ composer require joshreisner/avalon:dev-master
- add 'Joshreisner\Avalon\AvalonServiceProvider', to providers in config/app.php
- $ php artisan config:publish joshreisner/avalon
- $ php artisan migrate --package=joshreisner/avalon
- $ php artisan asset:publish