An open API service indexing awesome lists of open source software.

https://github.com/c0de4un/docker-apache-mysql-php7-laravel

Dockerized LAMP wrapper for Laravel projects based on PHP 7
https://github.com/c0de4un/docker-apache-mysql-php7-laravel

apache2 apache24 docker docker-compose laravel laravel8 mysql php7 php74

Last synced: 3 months ago
JSON representation

Dockerized LAMP wrapper for Laravel projects based on PHP 7

Awesome Lists containing this project

README

        

# 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`)
```sh
docker compose up -d --build
```

## Stop (`stop.bat`)
```sh
docker compsoe down
```