Skip to content

raymondidema/webmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webmanager

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'

About

Installer for the database and the first admin user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages