Laravel
Release notes
Upgrade Guide
Contribution Guide
trait
Illuminate
/
Console
/
ConfirmableTrait
ConfirmableTrait
#
Methods
public
#
confirmToProceed
(
$warning
,
$callback
)
:
bool
Confirm before proceeding with the action.
Parameters
$warning
string
$callback
Closure
|
bool
|
null
protected
#
getDefaultConfirmCallback
(
)
:
Closure
Get the default confirmation callback.
On this page
On this page
Methods
confirmToProceed
getDefaultConfirmCallback