Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 325 Bytes

File metadata and controls

19 lines (16 loc) · 325 Bytes

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