laravel 7 make command code example
Example 1: laravel create command tutorial
if ($this->confirm('Do you wish to continue?')) {
//
}
Example 2: laravel create command tutorial
php artisan email:send 1 --queue
if ($this->confirm('Do you wish to continue?')) {
//
}
php artisan email:send 1 --queue