• The Book
  • The REST API Reference
  • The Cookbook
  • The BDD Guide
  • Symfony Bundles
    • OpenjetCoreBundle
    • OpenjetCurrencyBundle
    • OpenjetDebugBundle
    • OpenjetDoctrineBundle
    • OpenjetOauthBundle
    • OpenjetResourceBundle
    • OpenjetTagBundle
  • PHP Components
  • The Contribution Guide
  • The Testing Guide
Openjet
  • »
  • Symfony Bundles »
  • OpenjetResourceBundle
  • Edit on GitLab

OpenjetResourceBundleΒΆ

Symfony integration of SyliusResourceBundle.

  • 1. Installation
    • 1.1. Adding required bundles to the kernel
  • 2. Summary
    • 2.1. Configuration Reference
    • 2.2. Bug tracking
  • 3. Configuring Your Resources
    • 3.1. Implement the ResourceInterface in your model class.
    • 3.2. Configure the class as a resource.
    • 3.3. You can also configure several doctrine drivers.
    • 3.4. Generate API routing.
    • 3.5. Generate web routing.
  • 4. Container
  • 5. Routing
    • 5.1. Generating Generic CRUD Routing
    • 5.2. Using a Custom Path
    • 5.3. Generating API CRUD Routing
    • 5.4. Excluding Routes
    • 5.5. Generating Only Specific Routes
    • 5.6. Generating Routing for a Section
    • 5.7. Using Custom Templates
    • 5.8. Using a Custom Form
    • 5.9. Using a Custom Redirect
    • 5.10. API Versioning
    • 5.11. Using a Custom Criteria
    • 5.12. Using a Custom Identifier
    • 5.13. Configuration Reference
  • 6. Form
    • 6.1. Create a Custom FormType class for your resource
    • 6.2. Register the FormType as a service
    • 6.3. Configure the form for your resource
  • 7. Factory
    • 7.1. Create a Custom Factory class for your resource
    • 7.2. Register the Factory as a service
    • 7.3. Configure the factory for your resource
    • 7.4. Use the new method of the factory in routing
    • 7.5. What happens while overriding Factories?
  • 8. Repository
    • 8.1. Create a Custom Repository class for your resource
    • 8.2. Configure the repository for your resource
    • 8.3. Use the new method of the repository in routing
    • 8.4. What happens while overriding Repositories?
Next Previous

© Copyright 2015-2019, Alexandre Bongard.

Built with Sphinx using a theme provided by Read the Docs.