SOLID Principles demo
- 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.
- PHP v8.2
- Laravel v10
- Composer v2.2 or above