z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.14k stars 2.81k forks source link

Side menu creation form doesn't work #5822

Closed daachet closed 1 year ago

daachet commented 1 year ago

Description:

When I am trying to add a new side menu link via this form, /admin/auth/menu and according to this doc — seems that the "submit" button doesn't work, and the menu link is not creating.

Снимок экрана 2023-09-19 в 20 01 40

But it still works with php artisan admin:generate-menu

Steps To Reproduce:

make a fresh install of laravel-admin and try to add new menu link

daachet commented 1 year ago

The answer was in https admin.php config settings, which should be enabled to true

'https' => env('ADMIN_HTTPS', true)