trait Illuminate / Console / ConfirmableTrait
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

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.