Skip to content

devakb/laravel-roles-permissions-manager

Repository files navigation

Laravel Roles Permissions Manager

Laravel Version : 8

Previews



License

MIT license.

Usage

This is not a package - it's a full Laravel project that you should use as a starter boilerplate, and then add your own custom functionality.

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate

With that user you can create more roles/permissions/users, and then use them in your code, by using functionality like Gate or @can, as in default Laravel.

Your will be get Login Credentials from seeder file
--- <root-project> / database / seeders / UsersTableSeeder.php

Notice

We are not responsible for any functionality or bugs in Monsteradmin & Others packages or their future versions, if you find bugs there - please contact vendors directly.

Credit

Author : Amit Kumar Biswas

Template From : https://www.wrappixel.com/

Template Link : https://www.wrappixel.com/templates/monsteradmin/

Development : Amit Kumar Biswas



Thanks For Downloading