Skip to content

Commit 8d2dedf

Browse files
Fix Laravel 10 bootstrap/app.php Documentation Inaccuracy (#224)
* Fix laravel 10 core.blade.php inaccuracy * ci: retrigger checks --------- Co-authored-by: Pushpak Chhajed <pushpak@laravel.com>
1 parent 8fcbb99 commit 8d2dedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/laravel/10/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Use the `search-docs` tool to get version specific documentation.
44
- Middleware typically live in `app/Http/Middleware/` and service providers in `app/Providers/`.
5-
- There is no `bootstrap/app.php` application configuration in Laravel 10:
5+
- 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:
66
- Middleware registration is in `app/Http/Kernel.php`
77
- Exception handling is in `app/Exceptions/Handler.php`
88
- Console commands and schedule registration is in `app/Console/Kernel.php`

0 commit comments

Comments
 (0)