- Clone the repository (
git clone https://github.com/gianluca-pettenon/soap-totvs.git
). - Install
Docker
here.
- Rename the
env
file to.env
and fill in your settings.
- In each class located in the
App\WebServices
directory, there is alink
to inform how to pass the parameters. - To run the project, at the
root of the directory
, rundocker-compose up
through the terminal. - In the terminal, run
docker exec -it php-fpm bash
, thencomposer install