TcBello / todo-backend-nextjs-laravel

Laravel Todo REST APIs
0 stars 0 forks source link

some comments #2

Open mikco-hipe opened 1 month ago

mikco-hipe commented 1 month ago
Screenshot 2024-08-02 at 12 05 08 PM

Few things I noticed:

  1. Validate the request using validation rules https://medium.com/@1415sandalanka/laravel-request-validation-with-best-practices-28cb3b57d397
  2. Use service layer for your logic https://medium.com/@sliusarchyn/service-layer-in-laravel-use-it-ae861fb0f124
  3. Add docblocs

Sample controller with validation, service and docblocs

Screenshot 2024-08-02 at 12 12 19 PM
TcBello commented 1 month ago

Thank you 🙇