s1f3r / symfony-model-loader-bundle
This bundle helps to lazy load model classes
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/framework-bundle: ~2.2
This package is not auto-updated.
Last update: 2025-07-29 11:16:46 UTC
README
This bundle lazy loads models from /bundle/Model folder models have to be defined in /bundle/Resources/config/models.yml file: ---------------- models.yml ---------------- modelName: model/namespace/modelName -------------------------------------------- Other configuration files might be coming sometime later as well as configurations for custom models locations