Step 1. Unzip the file
Step 2. Open Chrome browser, then go to chrome://extensions
Here's a way to get around DEP that doesn't require blocking network hosts
## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume
## you may need to open Disk Utility to mount the Data volume then open Terminal
#clear the nvram if there is any saved WiFi info there
nvram -c
| <?php | |
| namespace App\Console\Commands\Examples; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Support\Facades\Storage; | |
| use Illuminate\Support\Str; | |
| /* | |
| # Example env variables |