andremyid / auth
The Andremyid Auth Package.
dev-master / 0.0.x-dev
2016-09-11 06:56 UTC
Requires
- php: >=5.4.0
- andremyid/framework: dev-master
This package is not auto-updated.
Last update: 2024-10-26 19:32:35 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