diff --git a/.ai/laravel/10/core.blade.php b/.ai/laravel/10/core.blade.php index db87b7da..d8276c77 100644 --- a/.ai/laravel/10/core.blade.php +++ b/.ai/laravel/10/core.blade.php @@ -2,7 +2,7 @@ - Use the `search-docs` tool to get version specific documentation. - Middleware typically live in `app/Http/Middleware/` and service providers in `app/Providers/`. -- There is no `bootstrap/app.php` application configuration in Laravel 10: +- Laravel 10 has a `bootstrap/app.php` file that creates the application instance and binds kernel contracts, but does not use it for application configuration like Laravel 11: - Middleware registration is in `app/Http/Kernel.php` - Exception handling is in `app/Exceptions/Handler.php` - Console commands and schedule registration is in `app/Console/Kernel.php`