svytas

Results 3 issues of svytas

Did you try to set a value with a plus character? The result will surprise you: .env file: >[email protected] >MAIL_PASSWORD=hy6gGbS+ >MAIL_ENCRYPTION=tls Executing command: `php artisan env:set MAIL_PASSWORD ABCDEF+` Result file...

Is it possible to show available arguments and options in task for all other registered tasks? For example I want to show in help not only tasks and action names...

enhancement

Hot to disable broadcasting? Setting channels to empty arrays is not an option if you are broadcasting to pusher.com, because server is returning error "Expected at least one channel" with...