github serversideup/docker-php v1.4.0

latest releases: v4.3.3, v4.3.2, v4.3.1...
4 years ago

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 🤓

Don't miss a new docker-php release

NewReleases is sending notifications on new releases.