swancreative/laravel-users

Laravel Users Management Package

Installs: 1 109

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Language:HTML

Type:package

1.2 2017-11-22 14:17 UTC

This package is not auto-updated.

Last update: 2024-03-05 13:50:59 UTC


README

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