Skip to content

khinmayoo/laravel-with-docker

Repository files navigation

Getting Started

Prerequisites

Make sure you have Git, Docker and Yarn installed before you run the script! Also make sure no other Docker containers are currently running.

Check with

$ docker ps

Stop any running containers

$ docker stop $(docker ps -aq)

0. Clone this repository

Please clone into directoy that is already bind with docker.

$ git clone [email protected]:khinmayoo/laravel-with-docker.git
$ cd laravel-with-docker

1. Bind local directory with docker directory

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

2. Running project

$docker-compose up -d

That's it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published