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

Update graphql, events & extending docs for Laravel and v4 #2026

Merged

Commits on Oct 3, 2024

  1. Update event listener configuration for API Platform 4.0

    Updated the documentation to reflect the requirement of `use_symfony_listeners: true` for activating event listeners in API Platform 4.0. Also reformatted existing notes for better clarity and added separation lines for improved readability.
    vinceAmstoutz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f121b17 View commit details
    Browse the repository at this point in the history
  2. Add documentation on system providers and processors

    This commit introduces detailed documentation on the workflow of state providers and processors in the system. It includes a schema, examples of decorating providers and processors, and specific implementations for both Symfony and Laravel frameworks.
    vinceAmstoutz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d7e614 View commit details
    Browse the repository at this point in the history
  3. Update GraphQL docs to include Laravel-specific instructions

    This update adds detailed instructions for enabling and configuring GraphQL in a Laravel environment, complementing the existing Symfony guidance. It covers installation, route configurations, disabling features, custom resolvers, and altering default settings specific to Laravel, ensuring comprehensive and platform-specific documentation.
    vinceAmstoutz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e2a88a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    060b4a6 View commit details
    Browse the repository at this point in the history
  5. Refactor GraphQL & extending documentations for clarity and accuracy

    Updated terminology from "stages" to "providers and processors" for better clarity. Removed redundant sections to streamline information on custom mutations and configuration examples.
    vinceAmstoutz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8495af2 View commit details
    Browse the repository at this point in the history
  6. Fix capitalize title

    Co-authored-by: Kévin Dunglas <[email protected]>
    vinceAmstoutz and dunglas authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    044156e View commit details
    Browse the repository at this point in the history
  7. Fix capitalize title

    Co-authored-by: Kévin Dunglas <[email protected]>
    vinceAmstoutz and dunglas authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f51aa64 View commit details
    Browse the repository at this point in the history
  8. Fix capitalize title

    Co-authored-by: Kévin Dunglas <[email protected]>
    vinceAmstoutz and dunglas authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d88be0d View commit details
    Browse the repository at this point in the history
  9. Fix capitalize title

    Co-authored-by: Kévin Dunglas <[email protected]>
    vinceAmstoutz and dunglas authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8df3eeb View commit details
    Browse the repository at this point in the history
  10. Fix title

    Co-authored-by: Kévin Dunglas <[email protected]>
    vinceAmstoutz and dunglas authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c077e4d View commit details
    Browse the repository at this point in the history
  11. Fix title

    Co-authored-by: Kévin Dunglas <[email protected]>
    vinceAmstoutz and dunglas authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1e5733d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e4f4605 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f7d85b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix spelling and class rendering

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6d8fa0f View commit details
    Browse the repository at this point in the history
  2. Fix title with a better title name

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4881372 View commit details
    Browse the repository at this point in the history
  3. Fix title with a better title name

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8817275 View commit details
    Browse the repository at this point in the history
  4. Fix remove unused method

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dab74c7 View commit details
    Browse the repository at this point in the history
  5. Fix remove unused method

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2420773 View commit details
    Browse the repository at this point in the history
  6. Fix remove unused method

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b8e244e View commit details
    Browse the repository at this point in the history
  7. Fix by rephrasing not available commands message

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c97e010 View commit details
    Browse the repository at this point in the history
  8. Fix better explanations to enable GraphQL

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    48c5c96 View commit details
    Browse the repository at this point in the history
  9. Fix remove unused declaration in the Laravel container

    Co-authored-by: Antoine Bluchet <[email protected]>
    vinceAmstoutz and soyuka authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5876275 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5faa513 View commit details
    Browse the repository at this point in the history
  11. Fix typo

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    52903a3 View commit details
    Browse the repository at this point in the history
  12. Fix spelling

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6b6e7a4 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fe8941c View commit details
    Browse the repository at this point in the history
  14. Fix typo

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b7b20fd View commit details
    Browse the repository at this point in the history
  15. Fix missing var assignation

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f451b87 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7ef500 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a713745 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ace7aeb View commit details
    Browse the repository at this point in the history
  19. Fix string syntax error

    Co-authored-by: Alan Poulain <[email protected]>
    vinceAmstoutz and alanpoulain authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a70e3b7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    07f6032 View commit details
    Browse the repository at this point in the history