ConfirmableTrait

trait ConfirmableTrait (View source)

Methods

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null)

Confirm before proceeding with the action.

Closure getDefaultConfirmCallback()

Get the default confirmation callback.

Details

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null)

Confirm before proceeding with the action.

This method only asks for confirmation in production.

Parameters

string $warning
Closure|bool|null $callback

Return Value

bool

protected Closure getDefaultConfirmCallback()

Get the default confirmation callback.

Return Value

Closure

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.6/Illuminate/Console/ConfirmableTrait.html