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/foundation.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Laravel Boost Guidelines
1
+
# Foundation (Recommended)
2
2
3
3
The Laravel Boost guidelines are specifically curated by Laravel maintainers for this application. These guidelines should be followed closely to enhance the user's satisfaction building Laravel applications.
Copy file name to clipboardExpand all lines: .ai/laravel/core.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Do Things the Laravel Way
1
+
## Laravel
2
2
3
3
- Use `php artisan make:` commands to create new files (i.e. migrations, controllers, models, etc.). You can list available Artisan commands using the `list-artisan-commands` tool.
4
4
- If you're creating a generic PHP class, use `artisan make:class`.
Copy file name to clipboardExpand all lines: .ai/phpunit/core.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## PHPUnit Core
1
+
## PHPUnit
2
2
3
3
- This application uses PHPUnit for testing. All tests must be written as PHPUnit classes. Use `php artisan make:test --phpunit <name>` to create a new test.
4
4
- If you see a test using "Pest", convert it to PHPUnit.
0 commit comments