Closed d-pollard closed 1 year ago
Dashboard has been listed as reserved name not to be use: https://nova.laravel.com/docs/4.0/resources/#defining-resources
You can either rename the class or use custom uri by adding uriKey()
method to the resource.
Description:
I have a model named Dashboard; naming a nova resource Dashboard causes an error. but renaming it to Dash fixes the issue
Example of it working when renamed to Dash
Detailed steps to reproduce the issue on a fresh Nova installation: