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_AUTOMATIONSis deprecated and has been removed.
If you want database migrations to automatically run:
- Make sure your Laravel env files has
APP_ENVto something other thanlocal - Set your container to have
AUTORUN_LARAVEL_MIGRATION=true
Referenced PR
See #43 for all the nitty-gritty details 🤓