<?php
“Laravel artisan call with confirm”
rotected $signature = 'order:check {--silent=y}'
public function handle()
{
$silent = $this->option('silent');
if ($this->confirm('This will run the command code continue?') || $silent) {
Programing Coderfunda February 25, 2022 Laravel, php No comments
<?php
0 comments:
Post a Comment
Thanks