This package allows you to create dynamic menu with role and permissions.
This package require spatie/laravel-permission
.
Once installed you can do stuff like this:
composer require ndrto/laravel-romen
You should publish the migration and the settings:
php artisan vendor:publish --provider="Ndrto\Romen\RomenServiceProvider"
Then, settings you roles and menus at this path database/seeders/data
Run the migrations: After the config have been configured, you can create the tables for this package by running:
php artisan migrate:fresh --seed
The MIT License (MIT). Please see License File for more information.