Open BoweFrankema opened 5 months ago
Hello @BoweFrankema. The Filament Auto Panel relies on filament internal APIs, and the filament keeps changing it even in minor updates.
This is probably the case here. I will check what is happening and release a fix asap.
Should now be fixed by 2.0.1
.
Thank you, I'll give it a try later this week!
Hi there!
I would like to give this package a try but after composer install when I run php artisan make:filament-auto-relation-manager for any model I get the following error:
php artisan make:filament-auto-resource
My Filament panel structure looks like this:
My models are located in the default location of /App/Model.
Laravel 11, latest version of Filament. Any idea what could be going on?