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): command to generate state providers/processors #6708

Conversation

vinceAmstoutz
Copy link
Contributor

@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.

Verified

This commit was signed with the committer’s verified signature.
vinceAmstoutz Vincent Amstoutz
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.

Verified

This commit was signed with the committer’s verified signature.
vinceAmstoutz Vincent Amstoutz

Verified

This commit was signed with the committer’s verified signature.
vinceAmstoutz Vincent Amstoutz
@vinceAmstoutz vinceAmstoutz requested a review from soyuka October 9, 2024 10:03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@soyuka soyuka changed the title Feat(laravel) add commands to generate state providers and state processors feat(laravel): command to generate state providers/processors Oct 11, 2024
@soyuka soyuka merged commit 5aa7993 into api-platform:4.0 Oct 11, 2024
59 checks passed
@vinceAmstoutz vinceAmstoutz deleted the feat-add-laravel-make-commands-for-states branch November 25, 2024 08:50
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.

None yet

2 participants