bonweb/laradmin

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2016-03-23 21:41 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:51:35 UTC


README

  • Add "bonweb/laradmin": "dev-master" to your composer.json

  • Set "minimum-stability": "dev" to your composer.json

  • Set "prefer": "dist" to your composer.json

  • Run php composer.phar install or composer update

  • Add 'Bonweb\Laradmin\LaradminServiceProvider', to your config/app.php file under $providers

  • Go to /install register admin user and you are ready to go

  • Laradmin defines a home route, so if you have another home route defined in app/routes.php, you will need to remove it or copy the laradmin home route if you want to extend it.

Optional

  • Add your service credentials to app/config/packages/atticmedia/anvard/hybridauth.php