raymondidema / webmanager
1.0.0
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/raymondidema/webmanager
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
- philf/setting: dev-master
This package is not auto-updated.
Last update: 2025-10-06 20:50:27 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'