swancreative/laravel-users

Laravel Users Management Package

Downloads

1109

Stars

1

Version

1.2

Laravel-Users | A Laravel Users Management Package

Introduction

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, and 5.5+.

Requirements

Installation

  1. From your projects root folder in terminal run:

    Laravel 5.5+ use:

        composer require swancreative/laravel-users
    
  2. Register Package

  • Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.
  1. Register the dependencies aliases
  • Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.
  1. Publish the packages 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

Required Packages

(included in this package)

License

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

swancreative

Author

swancreative