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.
protected Closure getDefaultConfirmCallback()
Get the default confirmation callback.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/7.x/Illuminate/Console/ConfirmableTrait.html