- Docker
- Docker Compose
Download the repository:
git clone https://github.com/gabrielbs-dev/l5-swagger
cd l5-swaggerRun the container:
docker compose up -d --buildAccess bash from the container:
docker exec -it [CONTAINER ID] bashInstall dependencies:
composer installAdjust the files permissions:
chmod -R 775 ./
chown -R $USER:www-data ./