-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
In the boost guidelines it says no middleware in the app/Http/Middleware/ but in the Laravel documentation it says the Http directory contains the middleware. where should the AI place the middleware?
https://laravel.com/docs/12.x/structure#the-http-directory
The Http Directory
The Http directory contains your controllers, middleware, and form requests. Almost all of the logic to handle requests entering your application will be placed in this directory.
### Laravel 12 Structure
- No middleware files in `app/Http/Middleware/`.
boost/.ai/laravel/12/core.blade.php
Line 19 in 707c749
| - No middleware files in `app/Http/Middleware/`. |
Metadata
Metadata
Assignees
Labels
No labels