A Laravel Pet Shop API
This project was built with Laravel and MySQL.
To run the Application, you must install:
Then run this command in project root - This will install dependencies, migrate and also seed into the database
$ make install
You should be able to visit your app at http://localhost:8080
An .env
is auto created from .env.example
on project install you can change any of the values as needed.
(Link to Swagger Documentation)
Generate swagger docs:
$ make generate-docs
To run tests:
$ make run-tests
To run code insight:
$ make php-insights
$ make restart
$ make re-install
$ make down
$ make up
$ make down
$ make migrate
folder packages/asyncdeveloper/currency-exchange
This package is auto installed as it is already added to composer.json