This repo is a docker boilerplate to use for Laravel projects. Containers included in this docker:
- Laravel 11
- FrankenPHP
- MySQL
- Redis
- Supervisor
- Octane
- Minio for S3
- MailPit
The purpose of this repo is to run Laravel 11 in a Docker container using Octane and FrankenPHP.
Use the package manager git to install Docker boilerplate.
$ git clone https://github.com/jaygaha/laravel-11-frankenphp-docker.git
$ cd laravel-11-frankenphp-docker
$ docker compose build
$ docker compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FREE TO USE