2017 © Pedro Peláez
 

library webmanager

1.0.0

image

raymondidema/webmanager

1.0.0

  • Wednesday, August 28, 2013
  • by raymond.idema
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

webmanager

Installer for the database and the first admin user, (*1)

Installation

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'

The Versions

28/08 2013

dev-master

9999999-dev

1.0.0

  Sources   Download

proprietary

The Requires

 

by Raymond Idema