The Andremyid Auth Package.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/andremyid/auth

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

This package is not auto-updated.

Last update: 2025-09-28 01:06:39 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