Skip to content

thilanga/laravel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-docker

Clone this repo

git clone git@github.com:thilanga/laravel-docker.git
cd laravel-docker

Configuration

To change configuration values, look in the docker-compose.yml file and change the php container's environment variables. These directly correlate to the Laravel environment variables.

Build & Run

docker-compose -f docker/docker-compose.yml up --build -d
docker exec -it --user www-data docker_app_1 composer create-project --prefer-dist laravel/laravel . 

Navigate to http://localhost and you should see the application home page

Stop Everything

docker-compose down

About

Docker container setup for Laravel projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published