-
hellow guys,hope we are all using latest version of laravel..i am tryng to add some code in the kernel.php and dont see it in my project foflders,can somebody help me with this please |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, From Laravel 11, Kernel files disappeared and the logic moved to the From the release note :
Details following this link. |
Beta Was this translation helpful? Give feedback.
Hello,
From Laravel 11, Kernel files disappeared and the logic moved to the
bootstrap/app.php
file.From the release note :
Details following this link.