andremyid / auth
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
Requires
- php: >=5.4.0
 - andremyid/framework: dev-master
 
This package is not auto-updated.
Last update: 2025-10-26 01:29:31 UTC
README
The Andremyid Auth package.
Installation
- Add the following to your 
Composer JSONfile 
"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