Download the PHP package aaronrichards/laravel-users-crud without Composer
On this page you can find all versions of the php package aaronrichards/laravel-users-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aaronrichards/laravel-users-crud
More information about aaronrichards/laravel-users-crud
Files in aaronrichards/laravel-users-crud
Download aaronrichards/laravel-users-crud
More information about aaronrichards/laravel-users-crud
Files in aaronrichards/laravel-users-crud
Vendor aaronrichards
Package laravel-users-crud
Short Description Laravel User Management
License MIT
Package laravel-users-crud
Short Description Laravel User Management
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-users-crud
Stock Laravel-Users | A Laravel Users CRUD Management
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:
- Publish the package config and language files by running the following from your projects root folder:
Routes
Routes In-depth
Method | URI | Name | Action | Middleware |
---|---|---|---|---|
GET/HEAD | users | users | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@index | web,auth |
POST | users | users.store | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@store | web,auth |
GET/HEAD | users/create | users.create | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@create | web,auth |
GET/HEAD | users/{user} | users.show | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@show | web,auth |
DELETE | users/{user} | user.destroy | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@destroy | web,auth |
PUT/PATCH | users/{user} | users.update | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@update | web,auth |
GET/HEAD | users/{user}/edit | users.edit | aaronrichards\laravelusers\app\Http\Controllers\UsersManagementController@edit | web,auth |
License
Laravel-Users | A Laravel Users Management Package is open-sourced software licensed under the MIT license. Enjoy!
All versions of laravel-users-crud with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
The package aaronrichards/laravel-users-crud contains the following files
Loading the files please wait ....