PHPackages                             larapack/command-verification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. larapack/command-verification

ActivePackage[CLI &amp; Console](/categories/cli)

larapack/command-verification
=============================

Makes Artisan Commands prompt the console if it should continue.

v1.0.0(10y ago)115MITPHP

Since Nov 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/larapack/command-verification)[ Packagist](https://packagist.org/packages/larapack/command-verification)[ RSS](/packages/larapack-command-verification/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Laravel Command Verification
============================

[](#laravel-command-verification)

Makes Artisan Commands prompt the console if it should continue.

Installing
----------

[](#installing)

Install using composer `composer require larapack/command-verification 1.*`.

Usage
-----

[](#usage)

First add the trait `Verifiable` to your Artisan Command.

```
