Skip to content

JordyAlkema/docker-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Laravel

Easily run Laravel in docker for production and development environments.

Usage

  1. Copy the Dockerfile into the root of the Laravel project.
  2. Create a new (or copy an existing) .env file and name it .env.docker, this is the env file the docker container will use.
  3. Build the container using docker image build . while in the project folder

Thanks to...

richarvey/nginx-php-fpm - For the awesome docker container this is based on.

About

Simple docker container for running Laravel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published