Skip to content

Releases: serversideup/docker-php

v1.5.0

24 Oct 20:08
Compare
Choose a tag to compare

New Features

  • Added a v1.5.0 tag so users can reference images prior to the 2.0 release if needed

More detail

If you need to reference the legacy images, you can find them here: https://hub.docker.com/r/serversideup/php/tags?name=v1.5.0&page=1&ordering=-name

v1.4.0

19 Jan 23:38
4233993
Compare
Choose a tag to compare

What's new

  • We adjusted how Laravel automations work
  • Database migrations are disabled by default and managed by AUTORUN_LARAVEL_MIGRATION
  • Storage links are still enabled by default, but can be disabled with AUTORUN_LARAVEL_STORAGE_LINK

See the README for more details.

⚠️ Important note

  • RUN_LARAVEL_AUTOMATIONS is deprecated and has been removed.

If you want database migrations to automatically run:

  1. Make sure your Laravel env files has APP_ENV to something other than local
  2. Set your container to have AUTORUN_LARAVEL_MIGRATION=true

Referenced PR

See #43 for all the nitty-gritty details 🤓

v1.0.0

19 Jan 20:30
e1a4a8e
Compare
Choose a tag to compare

The initial release of all the amazing features 🎉