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

Error after install Target class [App\Console\Kernel] does not exist. #37

Closed
momostafa opened this issue May 3, 2024 · 2 comments
Closed

Comments

@momostafa
Copy link

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

@TobiasPlaten
Copy link
Contributor

See #38 to fix your error

@momostafa
Copy link
Author

See #38 to fix your error

Thanks a lot for the fast reply and fix I switched the class and I was able to create a schedule

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