menus/menumanagement

menu management

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

v1.0.0 2021-03-11 08:04 UTC

This package is auto-updated.

Last update: 2024-09-11 15:20:21 UTC


README

Run bellow command to install

composer require menus/menumanagement

Migration

php artisan migrate

Configuration

If you want to change these options, you'll have to publish the config file.

php artisan vendor:publish --provider="Menu\Menumanagment\MenuServiceProvider" --tag="config"

This will give you a menu.php config file in which you can make the changes.

php artisan vendor:publish --provider="Menu\Menumanagment\MenuServiceProvider" --tag="migrations"

Then run bellow command to publish config and resource files

php artisan vendor:publish --provider="Menu\Menumanagment\MenuServiceProvider" --tag="views"

php artisan vendor:publish --provider="Menu\Menumanagment\MenuServiceProvider" --tag="lang"