Lisi Hocke on the challenges she faced the past few months during the pandemic. At the end of the post, she gives a few list of recommendations you can try to prevent a burn out.
PHP
Preventing Destructive Commands from Running in Laravel
Read about how to use the IlluminateConsoleProhibitable trait to prevent destructive commands from running in your Laravel application. We’ll also look at how to prevent your own custom Artisan commands from running using this trait. Read more…