Skip to content

Laravel Executor v2.0.0

Compare
Choose a tag to compare
@ash-jc-allen ash-jc-allen released this 16 Sep 10:31
· 15 commits to master since this release
817dbfd

Laravel Executor v2.0.0

New Features

Added the functionality to run interactive commands. (#9, #10)

Previously, there was no way to interact with any commands that needed input to be run properly. Now, you can run interactive commands by passing true as the second parameter to the ->runExternal() or ->runArtisan() methods.

Huge thanks to Ahmad Masabni on this!

Added support for Laravel 8 (#12)

Laravel Executor now has support for Laravel 8 and Guzzle 7.