https://github.com/majid-razzaq/laravel-roles-permission
In this Laravel project, there are four modules: permissions, roles, articles, and modules, all based on CRUD operations. Users have the flexibility to manage and control these modules as per their needs.
https://github.com/majid-razzaq/laravel-roles-permission
access-control authentication authorization laravel-roles-permissions laravel11 mysql-database permission-management role-based-access-control role-management roles-permission-management user-authorization user-management
Last synced: 2 months ago
JSON representation
In this Laravel project, there are four modules: permissions, roles, articles, and modules, all based on CRUD operations. Users have the flexibility to manage and control these modules as per their needs.
- Host: GitHub
- URL: https://github.com/majid-razzaq/laravel-roles-permission
- Owner: Majid-Razzaq
- Created: 2024-09-09T17:51:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T18:23:00.000Z (9 months ago)
- Last Synced: 2025-03-27T13:48:39.351Z (2 months ago)
- Topics: access-control, authentication, authorization, laravel-roles-permissions, laravel11, mysql-database, permission-management, role-based-access-control, role-management, roles-permission-management, user-authorization, user-management
- Language: PHP
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel Roles Permissions Project
## Requirements
- Laravel 11
- PHP 8.1
- Composer 2.x## Getting Started
- Clone the repository.
- Run composer install to install dependencies.
- Change the .env.example to .env and add your database info
- Set up your database configuration in the .env file.
- Run php artisan migrate to set up the necessary tables.
- Implement and customize as needed.```javascript
composer install
``````javascript
php artisan migrate
``````javascript
php artisan serve
```