symfony2admingenerator / GeneratorBundle

Admingenerator for Symfony. Parse YAML files to build customized backend.
MIT License
67 stars 29 forks source link

Validate yaml files with Symfony2 Configuration Component #1

Open ioleo opened 10 years ago

ioleo commented 10 years ago

Create configuration class exteding Symfony\Component\Config\Definition\ConfigurationInterface and use it to validate -generator.yml files.

ioleo commented 10 years ago

See example implementation in RestApi/GeneratorBundle/Config/ApiConfiguration.