Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.09 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.09 KB

Laravel Docker

A Docker-based installer and runtime for the Laravel web framework, with FrankenPHP and Caddy inside!

CI

Getting Started

  1. If not already done, install Docker Compose (v2.10+)
  2. Clone this project without .git : git clone --depth=1 https://github.com/fouteox/laravel-frankenphp.git && cd laravel-frankenphp && rm -rf .git
  3. Run docker compose build --no-cache to build fresh images
  4. Run docker compose up --pull always -d --wait to start the project
  5. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  6. Run docker compose down --remove-orphans to stop the Docker containers.

Features

Enjoy!

Docs

  1. Build options
  2. Using Symfony Docker with an existing project
  3. Support for extra services
  4. Deploying in production
  5. Debugging with Xdebug
  6. TLS Certificates
  7. Using a Makefile
  8. Using Vite
  9. Troubleshooting
  10. Updating the template

License

Laravel Docker is available under the MIT License.

Credits

Original repository for Symfony created by Kévin Dunglas.