laravel run custom command code example
Example 1: artisan make command
php artisan make:command CommandName
Example 2: laravel create command tutorial
$arguments = $this->arguments();
Example 3: laravel create command tutorial
php artisan email:send 1 --queue