Closed Wulfheart closed 3 years ago
Hey, thanks for wanting to contribute!
This is something that I’ve already started working on, so it’s good that you opened an issue first 😅 I hadn’t considered adding a --step
flag to the wizard command, however, so that’s something I’ll definitely incorporate!
I'm looking forward to watch the stream as a good night story. 😉
Something to automatically create a new wizard folder in the
App\Wizards
namespace and steps inApp\Wizards\<name>\Steps
would be nice.Proposed commands:
php artisan make:arcanist Registration
Would create a Wizard atApp\Wizards\Registration
.php artisan make:arcanist Registration --steps=UsernameAndPasswordStep,AnnoyingNewsletterStep
Would create a Wizard atApp\Wizards\Registration
if not exists and add two steps.If you are willing to accept it, I'd contribute it.