Download the PHP package chimerarocks/user without Composer
On this page you can find all versions of the php package chimerarocks/user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package user
user
Installation
1. Install package
2. Add provider
in config/app.php
3. Publish views and migrations
remove old users migrations!
4. Refactoring User
- remove app/User.php
- remove Auth\RegisterController.php or change the namespache of User to ChimeraRocks\User\Models\User
5. Change users provider
config/auth.php
6. Add the middleware
on kernel.php
7. Add the routes
on web.php
8. Generate schema
9. Install Passport
All versions of user with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
illuminate/auth Version 5.3.*
illuminate/support Version 5.3.*
chimerarocks/database Version 0.0.2
laravel/passport Version ^1.0
laravelcollective/html Version ^5.3.0
illuminate/auth Version 5.3.*
illuminate/support Version 5.3.*
chimerarocks/database Version 0.0.2
laravel/passport Version ^1.0
laravelcollective/html Version ^5.3.0
The package chimerarocks/user contains the following files
Loading the files please wait ....