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
{{-- Migrated from Laravel 10 to Laravel 11, but did't migrate to the new Laravel 11 Structure --}}
6
5
- This project upgraded from Laravel 10 without migrating to the new streamlined Laravel 11 file structure.
7
6
- This is **perfectly fine** and recommended by Laravel. Follow the existing structure from Laravel 10. We do not to need migrate to the Laravel 11 structure unless the user explicitly requests that.
8
7
@@ -14,7 +13,6 @@
14
13
- Console commands and schedule registration is in `app/Console/Kernel.php`
15
14
- Rate limits likely exist in `RouteServiceProvider` or `app/Http/Kernel.php`
16
15
@else
17
-
{{-- New Laravel 11 project, or upgraded from Laravel 10 and migrated structure --}}
18
16
- Laravel 11 brought a new streamlined file structure which this project now uses.
{{-- Migrated from Laravel 10 to Laravel 12, but did't migrate to the new Laravel 11 Structure --}}
6
5
- This project upgraded from Laravel 10 without migrating to the new streamlined Laravel file structure.
7
6
- This is **perfectly fine** and recommended by Laravel. Follow the existing structure from Laravel 10. We do not to need migrate to the new Laravel structure unless the user explicitly requests that.
8
7
@@ -14,7 +13,6 @@
14
13
- Console commands and schedule register in `app/Console/Kernel.php`
15
14
- Rate limits likely exist in `RouteServiceProvider` or `app/Http/Kernel.php`
16
15
@else
17
-
{{-- New Laravel 12 project, or upgraded from Laravel 10 and migrated structure --}}
18
16
- Since Laravel 11, Laravel has a new streamlined file structure which this project uses.
0 commit comments