Skip to content

krepysh-spec/lamp-docker-php-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamp Docker skeleton PHP + Nginx + Mysql + Redis

Stop installing the entire development stack on your local machine. This project will allow you to quickly start working with php. To install, you need to install docker locally.

Features

  • Simple and clear project structure;
  • Php the latest version 8.1 (can be changed if you need);
  • All necessary php extensions including composer and xDebug3;
  • Output all necessary logs (nginx, php, mysql, redis, supervisor, cron), including slow mysql queries;
  • Supervisor and cron support
  • Quick, easy setup for everything you need
  • Lots of useful examples

How start work

First make sure you have Docker installed locally.

Clone current project:

git clone https://github.com/krepysh-spec/lamp-docker-php-skeleton.git && cd lamp-docker-php-skeleton

Create .env file from .env_example:

cp .env_example .env

Fill configuration in .env file

docker-compose build && docker-compose up

After open in browser http://localhost

Support

For support, email evgeniymykhalichenko@gmail.com or telegram @krep1sh

License

MIT