Skip to content

More normal error output from artisan encryptenv:console

Compare
Choose a tag to compare
@mrgswift mrgswift released this 06 Jul 22:31
· 11 commits to master since this release

Remove Symfony error handler from artisan encryptenv:console command. Symfony's Process class expects all commands follow specific convention to properly return a successful process. This causes an error to return in many situations when using Laravel the Command class. Therefore, it has been removed.