Route not found for Filament Resource Page
I'm an experienced PHP/Symfony developer, my experience with Laravel and Filament is very limited. I apologise in advance for a trivial question.
I created a new Resource, with two pages:
When I try to use the route in Filament's Action, I get the following error:
Well, clearly it's defined, as
I have tried clearing cache, restarting the app, even restarted my PC.
The relevant PHP code that tries to use the route is:
Thank you.
I created a new Resource, with two pages:
index, and issue. Autodiscovery seems to work fine, when I run the route:list command from the command line, I see the routes:When I try to use the route in Filament's Action, I get the following error:
Well, clearly it's defined, as
route:list lists that route... so not sure what is going on here.I have tried clearing cache, restarting the app, even restarted my PC.
The relevant PHP code that tries to use the route is:
PremiumResource class:ListPremiums extends ListRecords, while IssuePremium extends EditRecord.Thank you.