[3.x] 404 for all actions in the form package.
I'm trying to use the form package but any action returns 404. search with select, click on form action.
Solution:Jump to solution
```
Route::group(['prefix' => LaravelLocalization::setLocale()], function ()
{
// Your other localized routes...
...
3 Replies
GitHub
[3.x] 404 for all actions in the form · filamentphp filament · Disc...
When I search, it gives a 404 class FormComponentName extends Component implements HasForms { use InteractsWithForms; public ?array $data = []; public function mount(): void { $this->form->fi...
Solution