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