PHPackages                             hcesrl/laravel-wizartisan - 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. hcesrl/laravel-wizartisan

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

hcesrl/laravel-wizartisan
=========================

Build your custom Laravel Artisan wizard commands.

v0.1.0(6y ago)0680MITPHPPHP &gt;=7.0

Since Jan 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/HCESrl/laravel-wizartisan)[ Packagist](https://packagist.org/packages/hcesrl/laravel-wizartisan)[ Docs](https://github.com/HCESrl/laravel-wizartisan)[ RSS](/packages/hcesrl-laravel-wizartisan/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

hcesrl/laravel-wizartisan
-------------------------

[](#hcesrllaravel-wizartisan)

[![Latest Stable Version](https://camo.githubusercontent.com/d44784fca2d0fef18212aa282e4b5f599935dc3d7e88e07d1f00cc6858d4c654/68747470733a2f2f706f7365722e707567782e6f72672f68636573726c2f6c61726176656c2d77697a6172746973616e2f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/hcesrl/laravel-wizartisan)[![Total Downloads](https://camo.githubusercontent.com/bb40295d412e5fa87635547bd3fb2323f90d1d82af1cb2c8603eb36012d1e3b2/68747470733a2f2f706f7365722e707567782e6f72672f68636573726c2f6c61726176656c2d77697a6172746973616e2f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/hcesrl/laravel-wizartisan)[![License](https://camo.githubusercontent.com/23e39e64ebbc7566bdd1a43cec57056ea009a34c45cc02ce91ee08f7db6b8564/68747470733a2f2f706f7365722e707567782e6f72672f68636573726c2f6c61726176656c2d77697a6172746973616e2f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/hcesrl/laravel-wizartisan)

Installation
------------

[](#installation)

Install the package:

```
composer require hcesrl/laravel-wizartisan
```

Usage
-----

[](#usage)

Create your wizard command extending the Wizartisan command. You must implement the `configureWizard` to add the steps to the wizard and the `finish` method that receives the validated data and completes the procedure.

```
