Skip to content

PHP / Laravel Local Development Setup with Docker and Docker Compose

License

Notifications You must be signed in to change notification settings

joemar-tagpuno/php-laravel-docker-local-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell


CI

PHP / Laravel Local Development Setup with Docker using docker-compose

Create Project ENV file

# Create the env file and update the credential for your local setup
cp .docker/.env.example .docker/.env

Build containers

./dc build

# or 
./dc build --no-cache

Boot up containers

./dc up

Tear down containers

./dc down

List the running docker containers

./dc

# or
./dc ps

Available containers

About

PHP / Laravel Local Development Setup with Docker and Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages