We are going to walk through creating a system to bring uniformity to our apps with a single set of keyboard shortcuts. We’ll start by learning how to install and configure the required apps, then, later on, I’ll introduce the system of keyboard shortcut organization I use every day.
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…