2017 © Pedro Peláez
 

library laradmin

image

bonweb/laradmin

  • Wednesday, March 23, 2016
  • by dounasth
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

  • 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, (*1)

  • 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., (*2)

Optional

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

The Versions