dockerfile-laravel

Dockerfile generator and Fly.io helper.

Downloads
26.8K
Stars
19

Bot releases are visible (Hide)

dockerfile-laravel - v1.0.5 Latest Release

Published by KTanAug21 5 months ago

What's Changed

New Contributors( Great job! )

Full Changelog: https://github.com/fly-apps/dockerfile-laravel/compare/1.0.4...1.0.5

dockerfile-laravel - v1.0.4

Published by KTanAug21 7 months ago

What's Changed

Full Changelog: https://github.com/fly-apps/dockerfile-laravel/compare/1.0.3...1.0.4

dockerfile-laravel - 1.0.3

Published by KTanAug21 7 months ago

What's Changed

Full Changelog: https://github.com/fly-apps/dockerfile-laravel/compare/1.0.2...1.0.3

dockerfile-laravel - v1.0.2

Published by KTanAug21 7 months ago

What's Changed

Full Changelog: https://github.com/fly-apps/dockerfile-laravel/compare/1.0.1...1.0.2

dockerfile-laravel - v1.0.1

Published by KTanAug21 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fly-apps/dockerfile-laravel/compare/1.0.0...1.0.1

dockerfile-laravel - v1.0.0

Published by KTanAug21 7 months ago

This is the first version of the dockerfile-laravel package!

It generates a Dockerfile for Laravel applications( which can work on most PHP applications as well! ) the provides support for the following features:

  1. Default Nginx-flavored web server.
  2. Or, alternately an Octane-flavored web server: FrankenPHP, RoadRunner, Swoole.
  3. Static Asset Bundling through Vite or Mix
  4. Scheduler setup for background tasks
  5. Generation of Fly.io relevant scripts essential for deploying your application as a Laravel Fly App, when applicable

Special thanks to @fideloper for authoring the backbone, and entirety of this version, making this first release possible---thank you!