Open sergeynilov opened 6 days ago
Did you add it to the tools?
Yes, and the plugin works ok when I read some parameter from db
I salved this issue after I began using local server with url
php artisan serve
with url for my app
http://127.0.0.1:8000/
Before that I used virtual host of apache 2 under kubuntu 22.04 with php 8.2.
That seems strange for me, but are there some common known errors with virtual host of apache?
I have installed outl1ne/nova-settings "^5.2" into Laravel 10 / nova 4.27 app and with default config file config/nova-settings.php :
In NovaServiceProvider class I defined settings itens as :
I left 3rd parameter as empty (default 'general' value).
I see new menu item :
https://img001.prntscr.com/file/img001/pNaA_ELwQ-inT8HKEPWgHA.png
but clicking on the menu item I got 404 error and I can not enter settings page.
I run commands :
The same result.
In php artisan route:list command I see :
What did I miss in my settings ?