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

Feat(laravel) add commands to generate state providers and state processors #6708

Open
wants to merge 3 commits into
base: 4.0
Choose a base branch
from

Conversation

vinceAmstoutz
Copy link

@vinceAmstoutz vinceAmstoutz commented Oct 8, 2024

Q A
Branch? 4.0
License MIT
Doc PRs api-platform/docs#2018 & api-platform/docs#2019
  • Introduced artisan make:state-provider command to easily generate API Platform state provider classes in Laravel.
  • Introduced artisan make:state-processor command to automate the creation of API Platform state processor classes in Laravel.

Introduced `MakeStateProviderCommand` and `MakeStateProcessorCommand` for generating state classes. These commands handle file creation, insertion of necessary dependencies, and appropriate tagging in the app service provider.
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