Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "model" option does not exist when using php artisan make:filament-auto-relation-manager #6

Open
BoweFrankema opened this issue Jun 8, 2024 · 3 comments

Comments

@BoweFrankema
Copy link

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:

CleanShot 2024-06-08 at 16 43 12@2x

My models are located in the default location of /App/Model.

Laravel 11, latest version of Filament. Any idea what could be going on?

@miguilimzero
Copy link
Owner

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.

@miguilimzero
Copy link
Owner

Should now be fixed by 2.0.1.

@BoweFrankema
Copy link
Author

Thank you, I'll give it a try later this week!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants