aaronrichards/laravel-users

Laravel User Management

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 118

Language:HTML

Type:package

v4.0.1 2019-08-16 06:51 UTC

README

About

Laravel users is based off jeremykenedy/laravel-users. Workd out the box with or without the following roles packages:

Installation Instructions

  1. From your projects root folder in terminal run:

    Laravel 5.6, 5.7, and 5.8+ use:

        composer require aaronrichards/laravel-users
    
  2. Publish the package config and language files by running the following from your projects root folder:

        php artisan vendor:publish --tag=laravelusers
    

Routes

  • /users
  • /users/{id}
  • /users/create
  • /users/{id}/edit
Routes In-depth

License

Laravel-Users | A Laravel Users Management Package is open-sourced software licensed under the MIT license. Enjoy!