Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 727 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 727 Bytes

Laravel Logo

SOLID Principles demo

Setup Instructions

  • Unzip the folder and find laravel repository.
  • Run composer update command to add dependencies.
  • Run php artisan serve to run the server on port 8000 by default.
  • Hit localhost:8000 on postman for server running on port 8000 to get the data in required format.

Version Information

  • PHP v8.2
  • Laravel v10
  • Composer v2.2 or above