ndrto/laravel-romen

Laravel spatie role and menus utilities

v1.0.1 2022-07-22 16:28 UTC

This package is not auto-updated.

Last update: 2025-06-22 05:19:49 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.