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
Copy file name to clipboardExpand all lines: .ai/laravel/10/core.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
- Use the `search-docs` tool to get version specific documentation.
4
4
- 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:
6
6
- Middleware registration is in `app/Http/Kernel.php`
7
7
- Exception handling is in `app/Exceptions/Handler.php`
8
8
- Console commands and schedule registration is in `app/Console/Kernel.php`
0 commit comments