ax2to / laravel-user by ax2to

Custom users package
15
0
1
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: 2024-03-28 03:06:23
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

laravel-user

Basic package for user management Laravel 5

Installation

// 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