Skip to content

Releases: fly-apps/dockerfile-laravel

1.0.6

26 Jul 20:18
d2fabba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

v1.0.5

27 May 13:23
1f642e5
Compare
Choose a tag to compare

What's Changed

  • Filament v3 Performance Optimization AND Ignore new line differences during test by @KTanAug21 in #32
  • Update local installation instructions by @heyjorgedev in #34
  • Support FrankenPHP to embed Laravel app into a standalone binary by @KTanAug21 in #35
  • Remove asset build stage when no package.json exists by @KTanAug21 in #40

New Contributors( Great job! )

Full Changelog: 1.0.4...1.0.5

v1.0.4

02 Apr 15:58
92207a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

21 Mar 22:57
731f969
Compare
Choose a tag to compare

What's Changed

  • Fix dockerfile template generated for Laravel versions below 11 by @KTanAug21 in #25

Full Changelog: 1.0.2...1.0.3

v1.0.2

21 Mar 22:36
cae11b0
Compare
Choose a tag to compare

What's Changed

  • Remove version from composer_json_to_push_new_release_to_packagist by @KTanAug21 in #24

Full Changelog: 1.0.1...1.0.2

v1.0.1

21 Mar 22:19
21ebf73
Compare
Choose a tag to compare

What's Changed

  • Ask before overwriting file(s) by @rubys in #19
  • Generate .fly directory when fly.toml found by @KTanAug21 in #21
  • Detect Laravel Version by @KTanAug21 in #20
  • Don't include the .env file in fly/dockerignore generated if not deploying to prod by @KTanAug21 in #22
  • Include Laravel 11 syntax for Trusting all Proxies in the Dockerfile by @KTanAug21 in #23
  • Remove version in composer.json to successfully push release to packagist

New Contributors

  • @rubys made their first contribution in #19 !!!

Full Changelog: 1.0.0...1.0.1

v1.0.0

14 Mar 16:57
97a2d8e
Compare
Choose a tag to compare

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!