Closed shankar-bavan closed 3 years ago
Thanks for your report! I will check it and release a force version as soon as possible.
@shankar-bavan A new version was released. Could you please update Easypanel then tell the result?
@rezaamini-ir Thank you for the update It is working for this command
php artisan panel:config User
same error for below command
php artisan panel:crud user
Method EasyPanel\Commands\CRUDActions\MakeCreate::qualifyModel does not exist.
at vendor/laravel/framework/src/Illuminate/Support/Traits/Macroable.php:103
99| */
100| public function __call($method, $parameters)
101| {
102| if (! static::hasMacro($method)) {
> 103| throw new BadMethodCallException(sprintf(
104| 'Method %s::%s does not exist.', static::class, $method
105| ));
106| }
107|
• Bad Method Call: Did you mean EasyPanel\Commands\CRUDActions\MakeCreate::qualifyClass() ?
@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.
@rezaamini-ir I updated. I think changes not merged with master?
Use the below command:
composer require rezaamini-ir/laravel-easypanel --no-cache
I got this error
Class 'EasyPanel\Commands\CRUDActions\Str' not found
Was fixed. Retry the composer command.
one more question.
I could not able to run php artisan route:cache
after install this package
Is this fixable ?
LogicException
Unable to prepare route [admin/logout] for serialization. Uses Closure
It will be fixed soon in the new release.
@rezaamini-ir
when I run this command, application got stuck and after few min, I got Killed
message
php artisan panel:crud user
@rezaamini-ir when I run this command, application got stuck and after few min, I got
Killed
message
php artisan panel:crud user
@rezaamini-ir any solution for this?
Please add some attachment.
@rezaamini-ir after run this command, laptop frozen for 3 second and got killed message
@shankar-bavan Do you have this problem just with this command? What's your OS?
@rezaamini-ir yes. only with this command. I use ubuntu
I'm using easypanel with Larave 8 project without any issues. I got this issue only with Laravel 7 project.
Does it same for all of the CRUD configs in Laravel 7 or just it appears for one CRUD setting?
it is coming for php artisan panel:crud
only on laravel 7
@shankar-bavan
What if you use -f
flag?
What does your CRUD config file contain?
I tried with -f. same issue config file is default content. currently I removed from laravel 7 project. I decided to use it with only laravel 8
Thank you again for your support :)
I got same issue. laravel/framework: "^7.24", rezaamini-ir/laravel-easypanel: "^1.5",
Originally posted by @shankar-bavan in https://github.com/rezaamini-ir/laravel-easypanel/issues/11#issuecomment-847569771