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/core.blade.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
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`.
5
+
- Pass `--no-interaction` to all artisan commands to ensure they work. You should pass correct `--options` to ensure it works.
5
6
6
7
### Database
7
8
- Always use proper Eloquent relationship methods with return type hints. Prefer relationship methods over raw queries or manual joins.
0 commit comments