Skip to content

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.

Notifications You must be signed in to change notification settings

Majid-Razzaq/laravel-roles-permission

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

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.
composer install
php artisan migrate
php artisan serve

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages