Skip to content

c0de4un/docker-apache-mysql-php7-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-apache-mysql-php7-laravel

Dockerized LAMP wrapper for Laravel projects based on PHP 7.4

Features

  • PHP 7.4
  • MySQL 8
  • Apache 2.4
  • Cron config for Laravel apps
  • .htaccess rewrite rules enabled

Start (start.bat)

docker compose up -d --build

Stop (stop.bat)

docker compsoe down