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
- Host: GitHub
- URL: https://github.com/c0de4un/docker-apache-mysql-php7-laravel
- Owner: c0de4un
- License: mit
- Created: 2024-03-23T08:59:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T11:32:09.000Z (about 1 year ago)
- Last Synced: 2025-01-10T10:02:03.029Z (5 months ago)
- Topics: apache2, apache24, docker, docker-compose, laravel, laravel8, mysql, php7, php74
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```