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 Laravel support to state providers documentation #2018

Draft
wants to merge 1 commit into
base: 4.0
Choose a base branch
from

Conversation

vinceAmstoutz
Copy link
Contributor

@vinceAmstoutz vinceAmstoutz commented Sep 30, 2024

Related to #2019

Waiting a response from @dunglas to create a command for laravel to generate state providers like this

php artisan make:state-provider

As we can already do with the Symfony variant with:

bin/console make:state-provider

2 proposed solutions:
A) Enhance the existing make:state-provider command so that it works for both Symfony and Laravel
B) Create another command for the Laravel variant with a different name

@vinceAmstoutz vinceAmstoutz force-pushed the feat-doc-for-laravel-state-providers branch 2 times, most recently from 4715563 to e33cd2c Compare September 30, 2024 12:22
This commit enhances the state providers documentation by including support for Laravel alongside Symfony. It details how to create custom state providers, configure them, and integrate with Laravel-specific ORM like Eloquent and MongoDB, ensuring parity with Symfony's state provider features.
@vinceAmstoutz vinceAmstoutz force-pushed the feat-doc-for-laravel-state-providers branch from e33cd2c to 00496e6 Compare September 30, 2024 12:23
@vinceAmstoutz vinceAmstoutz changed the title [WIP] Add Laravel support to state providers documentation Add Laravel support to state providers documentation Oct 3, 2024
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.

1 participant