You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first thanks a lot for this powerful plugin
after installation when I click New Schedule got below error
Illuminate \ Contracts \ Container\ BindingResolutionException
Target class [App\Console\Kernel] does not exist.
PHP 8.2.16
Laravel 11.5.0
Filament v3.2.71
researching the error I found that calling App\Console\Kernel is not supported on laravel 11
console.php moved to commands: DIR.'/../routes/console.php' with new methods "sorry I am new to laravel and don't know how to fix it by myself" https://laravel.com/docs/11.x/releases#scheduling
Thanks for your time and efforts
The text was updated successfully, but these errors were encountered:
Hello, first thanks a lot for this powerful plugin
after installation when I click New Schedule got below error
Illuminate \ Contracts \ Container\ BindingResolutionException
Target class [App\Console\Kernel] does not exist.
PHP 8.2.16
Laravel 11.5.0
Filament v3.2.71
researching the error I found that calling App\Console\Kernel is not supported on laravel 11
console.php moved to commands: DIR.'/../routes/console.php' with new methods "sorry I am new to laravel and don't know how to fix it by myself"
https://laravel.com/docs/11.x/releases#scheduling
Thanks for your time and efforts
The text was updated successfully, but these errors were encountered: