Hello everyone, I have a small problem with one of my resources (CustomerResource). Originally, I had removed the creation page to keep only the modal because the form was quite simple. It got more complex later, but I can't find the creation page. Every time I get a 404...
- I do have a page
resources/CustomerResource/CreateCustomer.php
resources/CustomerResource/CreateCustomer.php
- The page is correctly listed in
getPages()
getPages()
- My route is present in
php artisan route:list
php artisan route:list
and the URL is correct - I've cleared the routes and application cache