Laravel Executor v2.0.0
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.