Skip to content

guidoarce89/laravel-docker

Repository files navigation

laravel-docker

laravel-docker is a template empty project that help you setup new Laravel projects using local Docker environment.

How to use it

Clone the repository

git clone https://github.com/guidoarce89/laravel-docker.git

Install composer dependencies

docker run --rm -v $(pwd):/app composer install

Run the docker containers

docker-compose up -d

The first time, docker-compose will build your application.

If you need, for some reason, rebuild your application, you could run this command

docker-compose up -d --build

Releases

No releases published

Packages

No packages published