swancreative / laravel-users
Laravel Users Management Package
Installs: 1 110
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Language:HTML
Type:package
Requires
- php: >=5.6.4
- laravelcollective/html: ^5.4.0|^5.5.0
This package is not auto-updated.
Last update: 2024-11-12 16:47:00 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
-
Laravel 5.2, 5.3, 5.4, and 5.5+
Example new project creation command:
laravel new laravel-users-example
-
Laravel Authentication Scaffolding
Authentication installation commands:
php artisan make:auth
php artisan migrate
Installation
-
From your projects root folder in terminal run:
Laravel 5.5+ use:
composer require swancreative/laravel-users
-
Register Package
- Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the
config/app.php
file.
- Register the dependencies aliases
- Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the
config/app.php
file.
-
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