jaygaha / laravel-11-frankenphp-docker

FrankenPHP and Laravel Octane with Docker + Laravel 11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

FrankenPHP and Laravel Octane with Docker + Laravel 11


Languages

Language:PHP 53.2%Language:Blade 33.3%Language:Dockerfile 11.9%Language:Shell 1.3%Language:JavaScript 0.3%