Skip to content

The one that checks if `env.php` is up to date

Compare
Choose a tag to compare
@shakyShane shakyShane released this 30 Sep 17:14
· 186 commits to master since this release

Features:

  1. Enable a new concept called Conditional tasks. Where any command can now return a new Task variant that will only execute if all conditions are met. This enables things such as prompts etc to be encoded in a declarative style.
  2. Added a comparison between env.php & env.dist.php and offer to override (using the new conditional tasks support)