dev-master
9999999-dev1.0.0
proprietary
The Requires
- php >=5.3.0
- illuminate/support 4.0.x
- philf/setting dev-master
by Raymond Idema
Wallogit.com
2017 © Pedro Peláez
1.0.0
Installer for the database and the first admin user, (*1)
Require this package in your composer.json:, (*2)
"raymondidema/webmanager": "dev-master"
And add the ServiceProvider to the providers array in app/config/app.php, (*3)
'Raymondidema\Webmanager\WebmanagerServiceProvider',
If you like Bootstrap 3.0 you could do the following:, (*4)
'php artisan asset:publish raymondidema/webmanager'
To edit the company name and e-mail address you should do:, (*5)
'php artisan config:publish raymondidema/webmanager'
After this you could edit the config file., (*6)
'/app/packages/raymondidema/webmanager/config.php'
1.0.0
proprietary