mhaciyev/menu

This package is abandoned and no longer maintained. No replacement package was suggested.

1.0.6 2022-10-10 06:04 UTC

This package is auto-updated.

Last update: 2022-12-06 07:21:34 UTC


README

1.composer require mhaciyev/menu

2.add except livewire for csrf in App\Http\Middleware\VerifyCsrfToken

protected $except = [
   'livewire*'
];

3.php artisan vendor:publish --tag=init-mhaciyev-menu

4.php artisan migrate

you can access menu from /menu and /menu-group url

If you need to customize package run command

php artisan vendor:publish --tag=customize-mhaciyev-menu