Skip to content

Lite PHP development environment for Docker.

License

Notifications You must be signed in to change notification settings

ehsan9ir/lite-laradock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laradock-lite

A Docker based laravel development environment with minimal dependencies.

Fork: laradock

Quick Overview#

Let’s see how easy it is to setup our demo stack PHP, NGINX, MySQL, Redis and Composer:

1 - Enter the laradock folder and rename .env.example to .env.

cp .env.example .env

2 - Run your containers:

docker-compose up -d nginx mysql phpmyadmin redis workspace 

3 - Open your project’s .env file and set the following:

DB_HOST=mysql
REDIS_HOST=redis
QUEUE_HOST=beanstalkd

4 - Open your browser and visit localhost: http://localhost.

That's it! enjoy :)

License

MIT © Mahmoud Zalt

About

Lite PHP development environment for Docker.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.3%
  • HTML 13.8%
  • Shell 7.5%
  • CSS 1.4%