Skip to content

ndrto/laravel-romen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Romen

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.

About

Laravel role menu utilities for spatie

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages