Download the PHP package jscustom/laravel-user-management without Composer
On this page you can find all versions of the php package jscustom/laravel-user-management. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jscustom/laravel-user-management
More information about jscustom/laravel-user-management
Files in jscustom/laravel-user-management
Package laravel-user-management
Short Description Laravel package for user management. Includes user, user profile and user role.
License MIT
Informations about the package laravel-user-management
Laravel User Management API
Laravel package for user management. Includes user, user profile and user role.
Table of Contents
Getting Started
Compatible Packages
Installation
How to Use
Download Postman API
User Management
Create User API
Update User API
View User API
User List API
Delete User API
User Role Management
Create User Role API
Update User Role API
View User Role API
User Role List API
Delete User Role API
Support
Getting Started
Below are the steps in order to integrate user management API to your Laravel project.
Compatible Packages
This package works well with Laravel Sanctum.
Installation
Install the package using composer:
Export the configuration file:
Export the migration files:
Do a quick migration:
How To Use
Download Postman API
Download the Postman API Collection here.
User Management
Features
- Create User
- Update User
- View User Details
- View UserList
- Delete User
Models
Create User API
Controller
URL
Form Data
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
Update User API
Controller
URL
Form Data
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
View User API
Controller
URL
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
User List API
Controller
URL
Parameters
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
Delete User API
Controller
URL
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
User Role Management
Features
- Create User Role
- Update User Role
- View User Role Details
- View User Role List
- Delete User Role
Models
Create User Role API
Controller
URL
Form Data
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
Update User Role API
Controller
URL
Form Data
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
View User Role API
Controller
URL
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
User Role List API
Controller
URL
Parameters
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
Delete User Role API
Controller
URL
Method
Headers
(Note: Authorization
is not required if sanctum > enabled = false
in config/user.php
)
Response
Support
For support, email [email protected].