raymondidema / webmanager
1.0.0
dev-master
2013-08-28 13:34 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
- philf/setting: dev-master
This package is not auto-updated.
Last update: 2024-11-18 16:00:08 UTC
README
Installer for the database and the first admin user
Installation
Require this package in your composer.json:
"raymondidema/webmanager": "dev-master"
And add the ServiceProvider to the providers array in app/config/app.php
'Raymondidema\Webmanager\WebmanagerServiceProvider',
If you like Bootstrap 3.0 you could do the following:
'php artisan asset:publish raymondidema/webmanager'
To edit the company name and e-mail address you should do:
'php artisan config:publish raymondidema/webmanager'
After this you could edit the config file.
'/app/packages/raymondidema/webmanager/config.php'