Skip to content

Commit 1eb614e

Browse files
committed
update guideline spacing
1 parent b80de5d commit 1eb614e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.ai/laravel/11/core.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- Use the `search-docs` tool to get version specific documentation.
44
@if (file_exists(base_path('app/Http/Kernel.php')))
5-
{{-- Migrated from Laravel 10 to Laravel 11, but did't migrate to the new Laravel 11 Structure --}}
65
- This project upgraded from Laravel 10 without migrating to the new streamlined Laravel 11 file structure.
76
- 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.
87

@@ -14,7 +13,6 @@
1413
- Console commands and schedule registration is in `app/Console/Kernel.php`
1514
- Rate limits likely exist in `RouteServiceProvider` or `app/Http/Kernel.php`
1615
@else
17-
{{-- New Laravel 11 project, or upgraded from Laravel 10 and migrated structure --}}
1816
- Laravel 11 brought a new streamlined file structure which this project now uses.
1917

2018
### Laravel 11 Structure

.ai/laravel/12/core.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
- Use the `search-docs` tool to get version specific documentation.
44
@if (file_exists(base_path('app/Http/Kernel.php')))
5-
{{-- Migrated from Laravel 10 to Laravel 12, but did't migrate to the new Laravel 11 Structure --}}
65
- This project upgraded from Laravel 10 without migrating to the new streamlined Laravel file structure.
76
- 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.
87

@@ -14,7 +13,6 @@
1413
- Console commands and schedule register in `app/Console/Kernel.php`
1514
- Rate limits likely exist in `RouteServiceProvider` or `app/Http/Kernel.php`
1615
@else
17-
{{-- New Laravel 12 project, or upgraded from Laravel 10 and migrated structure --}}
1816
- Since Laravel 11, Laravel has a new streamlined file structure which this project uses.
1917

2018
### Laravel 12 Structure

0 commit comments

Comments
 (0)