Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel artisan call with confirm

protected $signature = 'order:check {--silent=y}'

  
  
public function handle()
{
$silent = $this->option('silent');
if ($this->confirm('This will run the command code continue?') || $silent) {
 
PREVIOUS NEXT
Tagged: #laravel #artisan #call #confirm
ADD COMMENT
Topic
Name
1+8 =