[V3 Beta] #286
-
I recently decided to try the upgrade to Livewire/Filamant 3 and for the most part has been good. Having an issue here though with a form using a field which has not changed since v2 like:
Produces the error: Route [filament.admin.resources.media.edit] not defined. If I comment out the field above the form loads / functions so it definitely is this field being involved. What might be 100% related is if I try and run php artisan curator:upgrade it generates the following error:
Going to keep working on the resolution here, but thought maybe others had a path to get this resolved quickly. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I am aware of the bug in the upgrade script migration. Hopefully, will get that addressed soon. Not sure why you wouldn't be getting a route though, did you add the plugin to your panel, that should auto detect the resources and the routes. |
Beta Was this translation helpful? Give feedback.
-
composer.json |
Beta Was this translation helpful? Give feedback.
-
v3 only works with Filament v3 |
Beta Was this translation helpful? Give feedback.
I am aware of the bug in the upgrade script migration. Hopefully, will get that addressed soon.
Not sure why you wouldn't be getting a route though, did you add the plugin to your panel, that should auto detect the resources and the routes.