The Andremyid Auth Package.

dev-master / 0.0.x-dev 2016-09-11 06:56 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:14:48 UTC


README

The Andremyid Auth package.

Installation

  • Add the following to your Composer JSON file
"andremyid/auth": "~0.0"
  • Run Composer
$ composer update
  • Add the following to 'Andremyid/Framework-Core' => 'ServiceProvider'
Andremyid\Auth\AuthServiceProvider
  • Run the migration
// first, optional
$ composer dump-autoload
// and then
$ php andre migrate

Usage

Extending