https://github.com/c0mpl3xdev/rbac-laravel
A Laravel-based RESTful API that uses Spatie Laravel-Permission for advanced role and permission management. It includes authentication with Laravel Sanctum, protected routes based on user roles and permissions, and endpoints to manage users, roles, and permissions.
https://github.com/c0mpl3xdev/rbac-laravel
Last synced: 4 months ago
JSON representation
A Laravel-based RESTful API that uses Spatie Laravel-Permission for advanced role and permission management. It includes authentication with Laravel Sanctum, protected routes based on user roles and permissions, and endpoints to manage users, roles, and permissions.
- Host: GitHub
- URL: https://github.com/c0mpl3xdev/rbac-laravel
- Owner: C0MPL3XDEV
- License: gpl-3.0
- Created: 2025-05-13T09:33:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-16T13:25:40.000Z (6 months ago)
- Last Synced: 2025-06-02T01:16:09.934Z (5 months ago)
- Language: PHP
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RBAC-Laravel
A Laravel-based RESTful API that uses Spatie Laravel-Permission for advanced role and permission management. It includes authentication with Laravel Sanctum, protected routes based on user roles and permissions, and endpoints to manage users, roles, and permissions.