| Package Data | |
|---|---|
| Maintainer Username: | ax2to |
| Maintainer Contact: | alan.tello@gmail.com (Alan Tello Oyola) |
| Package Create Date: | 2015-08-07 |
| Package Last Update: | 2015-08-09 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 03:03:04 |
| Package Statistics | |
|---|---|
| Total Downloads: | 15 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Basic package for user management Laravel 5
// console
$ composer require ax2to/laravel-user:dev-master
// json
"require-dev": {
"ax2to/laravel-user": "dev-master"
}
// add service provider
Ax2to\LaravelUser\LaravelUserServiceProvider::class,
// publish
$ php artisan vendor:publish
// run migration
$ php artisan migrate