CONTENT OF THIS PAGE IS UNDER REVIEW
For a Exponential 4.x vs 5.x comparison, see here.
All Symonfy features are essentially working also in Exponential 5; this page describes features used out of the box however with limitations due to the Exponential 5 features developed on top, and features not used out of the box for a reason described here.
Limitations of Exponential 5 features:
Feature | Supported | Limitations |
---|---|---|
Configuration | All configuration uses standard yml configuration |
|
Dependency injection | Injection Supported for all services |
|
Security | Own Firewall voter that uses Exponential user rights |
|
Not used out of the box:
Feature | Reason |
---|---|
Doctrine ORM | While the full ORM is not used out of the box, as of 5.3 we use Doctrine DBAL making it possible to share connection and connection settings between Exponential and regular Doctrine ORM use. |
Annotations | We don't currently bundle FrameworkExtraBundle which provides support for Annotating routes/firewall rules on controllers and other features. Workaround: customer can add it in composer and install it like any other bundle. |