Fixed Summary

This commit is contained in:
Bhavik MacBook PRO 16 2023-05-12 00:47:23 +05:30
parent dd021fad57
commit 4343cd8199

View file

@ -53,7 +53,7 @@ inputs:
Code Structure
- Validation
- Business logic should be in service class
- Don't repeat yourself (DRY)
- Dont repeat yourself (DRY)
- Prefer to use Eloquent over using Query Builder and raw SQL queries. Prefer collections over arrays
- Mass assignment
- Do not execute queries in Blade templates and use eager loading (N + 1 problem)