aaronrichards / laravel-users
Laravel User Management
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 118
Language:HTML
Type:package
Requires
- php: >=7.1.3
Requires (Dev)
- illuminate/support: ^5.7
- laravel/laravel: 5.7.*
- dev-master
- v4.0.1
- v4.0.0
- v3.5.2
- v3.5.1
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.0
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.9.0
- v0.0.3rc
- v0.0.2
- v0.0.1
- dev-analysis-z9DvP6
- dev-development
- dev-scrutinizer-patch-2
- dev-scrutinizer-patch-1
- dev-analysis-qgwnj1
- dev-l5.2
This package is auto-updated.
Last update: 2024-11-16 18:27:56 UTC
README
About
Laravel users is based off jeremykenedy/laravel-users. Workd out the box with or without the following roles packages:
- jeremykenedy/laravel-roles
- spatie/laravel-permission
- Zizaco/entrust
- romanbican/roles
- ultraware/roles
Installation Instructions
-
From your projects root folder in terminal run:
Laravel 5.6, 5.7, and 5.8+ use:
composer require aaronrichards/laravel-users
-
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!