Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1023 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1023 Bytes

FrankenPHP and Laravel Octane with Docker + Laravel 11

This repo is a docker boilerplate to use for Laravel projects. Containers included in this docker:

  1. Laravel 11
  2. FrankenPHP
  3. MySQL
  4. Redis
  5. Supervisor
  6. Octane
  7. Minio for S3
  8. MailPit

The purpose of this repo is to run Laravel 11 in a Docker container using Octane and FrankenPHP.

Installation

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

Usage

$ docker compose build
$ docker compose up -d

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

FREE TO USE