Skip to content

Releases: eXolnet/laravel-envoy

v0.4.2

04 Oct 19:46
Compare
Choose a tag to compare
Fix laravel/envoy dependency

v0.4.0

01 Oct 01:46
Compare
Choose a tag to compare
Merge pull request #18 from xel1045/master

[Fix #2 #15] Allow to specify the config file location & A macro should stop if one of its task fails

v0.3.0

18 Aug 18:30
Compare
Choose a tag to compare
  • Remove the deploy:migrate since it's app dependent. You could now run your migrations through the deploy:updated hook.

v0.2.1

16 Jul 16:04
Compare
Choose a tag to compare
  • Fix task override in the project's Envoy.blade.php file
  • Disable --no-dev from composer install since production app might depends on it

v0.2.0

16 Jul 13:37
Compare
Choose a tag to compare
  • Ability to configure executed command executable path
  • Add hook that could be overrided on the project's Envoy.blade.php file
  • Disable the installation of dev dependencies of composer
  • Add checks to prevent running npm, bower, grunt or composer when no config file is present

v0.1.1

30 Jun 14:49
Compare
Choose a tag to compare

Update template to support server with special characters.

v0.1.0

30 Jun 14:18
Compare
Choose a tag to compare

Initial release.