s1f3r / symfony-model-loader-bundle
There is no license information available for the latest version (dev-master) of this package.
This bundle helps to lazy load model classes
Package info
github.com/s1f3r/SymfonyModelLoaderBundle
Type:symfony-bundle
pkg:composer/s1f3r/symfony-model-loader-bundle
dev-master
2014-05-23 09:15 UTC
Requires
- symfony/framework-bundle: ~2.2
This package is not auto-updated.
Last update: 2026-02-24 14:21:32 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