ndrto / laravel-romen
Laravel spatie role and menus utilities
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ndrto/laravel-romen
Requires
- php: ^8.0.2
- spatie/laravel-permission: ^5.5
This package is not auto-updated.
Last update: 2025-10-26 07:26:19 UTC
README
What It Does
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
License
The MIT License (MIT). Please see License File for more information.