Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generator commands #262

Closed
wants to merge 7 commits into from
Closed

Add generator commands #262

wants to merge 7 commits into from

Conversation

mokhosh
Copy link

@mokhosh mokhosh commented Aug 9, 2024

This PR adds generator commands for making abstract states, state classes, and custom transition classes.

php artisan make:abstract-state PaymentState
php artisan make:abstract-state Pending PaymentState
php artisan make:abstract-state PendingToDone Payment

Please let me know if further modification is required.

@freekmurze
Copy link
Member

To keep the package simple, I'm going to pass on this for now.

@freekmurze freekmurze closed this Aug 12, 2024
@mokhosh mokhosh deleted the add-commands branch August 12, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants