Skip to content

v1.4.0

Choose a tag to compare

@jaydrogers jaydrogers released this 19 Jan 23:38
4233993

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 🤓