Skip to content

gabrielbs-dev/l5-swagger

Repository files navigation

Laravel 9 with L5 Swagger package

Requirements

  • Docker
  • Docker Compose

Instalation

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 ./

About

Environment built in docker with Laravel and the darkaonline/l5-swagger package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages