You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
env:encrypt command not working when added macro on Illuminate\Console\Scheduling\Event in AppServiceProvider::boot method.
Others commands work as expected , but not env:encrypt.
output :
BadMethodCallException
Method Illuminate\Console\Scheduling\Event::custom does not exist.
at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:112
This command does not load Providers boot method and not load Macros defined inside.