Skip to content

Releases: fly-apps/dockerfile-laravel

Add Re-generated Phar for version 1.0.8 changes!

Choose a tag to compare

@KTanAug21 KTanAug21 released this 05 Aug 12:41
bc8caa1

What's Changed

Full Changelog: 1.0.8...1.0.9

1.0.8

Choose a tag to compare

@KTanAug21 KTanAug21 released this 25 Jul 16:59
ac2cfbf

What's Changed

  • Update generated Dockerfile and entrypoint.sh to decrease deploy time by @KTanAug21 in #50

  • Update generated Dockerfile to use the "build" script if vite.config.ts is detected by @KTanAug21 in #50

Full Changelog: 1.0.7...1.0.8
** Pushed new phar** !

1.0.7

Choose a tag to compare

@rubys rubys released this 12 Dec 15:22
762b43f

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

Choose a tag to compare

@KTanAug21 KTanAug21 released this 26 Jul 20:18
d2fabba

What's Changed

Full Changelog: 1.0.5...1.0.6

v1.0.5

Choose a tag to compare

@KTanAug21 KTanAug21 released this 27 May 13:23
1f642e5

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

Choose a tag to compare

@KTanAug21 KTanAug21 released this 02 Apr 15:58
92207a3

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

Choose a tag to compare

@KTanAug21 KTanAug21 released this 21 Mar 22:57
731f969

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

Choose a tag to compare

@KTanAug21 KTanAug21 released this 21 Mar 22:36
cae11b0

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

Choose a tag to compare

@KTanAug21 KTanAug21 released this 21 Mar 22:19
21ebf73

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

Choose a tag to compare

@KTanAug21 KTanAug21 released this 14 Mar 16:57
97a2d8e

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!