laravel-easypanel: I could not create new crud

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

_Originally posted by @shankar-bavan in https://github.com/rezaamini-ir/laravel-easypanel/issues/11#issuecomment-847569771_

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 20 (10 by maintainers)

Most upvoted comments

It will be fixed soon in the new release.

Was fixed. Retry the composer command.

Use the below command:

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

@shankar-bavan It was fixed in the new release. Update Easypanel to 1.5.4 version.

Thanks for your report! I guess the qualifyModel method has been added from one of the Laravel 7 versions.

Thanks for your report! I will check it and release a force version as soon as possible.