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

Method EasyPanel\Commands\Actions\MakeCRUDConfig::qualifyModel does not exist. #11

Closed
GuerfiHamza opened this issue Mar 17, 2021 · 5 comments

Comments

@GuerfiHamza
Copy link

Hello,
When i try to run php artisan panel:config user -m User i get this error

Method EasyPanel\Commands\Actions\MakeCRUDConfig::qualifyModel does not exist.
can you help please ?

@reziamini
Copy link
Owner

reziamini commented Mar 17, 2021

Hello
I have fixed this problem in 1.4.2 version.
Please update the package with composer and --no-cache flag:

composer update rezaamini-ir/laravel-easypanel --no-cache

Then use the new command style :

php artisan panel:config [Model]

@elchroy
Copy link

elchroy commented May 8, 2021

I have this same problem, with my Laravel 6 app. I downgraded from 1.5.1 to 1.4.2 but I still face the same error. Please help, thanks

@reziamini
Copy link
Owner

Hi @elchroy could you please tell me the version of your application?
the exact version.

@elchroy
Copy link

elchroy commented May 10, 2021

My version is 1.4.2, and my Laravel version is v6.20

@shankar-bavan
Copy link

shankar-bavan commented May 25, 2021

I got same issue.
laravel/framework: "^7.24",
rezaamini-ir/laravel-easypanel: "^1.5",

php artisan panel:config User

BadMethodCallException 

Method EasyPanel\Commands\Actions\MakeCRUDConfig::qualifyModel does not exist.

at vendor/laravel/framework/src/Illuminate/Support/Traits/Macroable.php:103

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

4 participants