You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoftDeleteable: Support to use annotations as attributes on PHP >= 8.0.
Blameable: Support to use annotations as attributes on PHP >= 8.0.
IpTraceable: Support to use annotations as attributes on PHP >= 8.0.
Sortable: Support to use annotations as attributes on PHP >= 8.0.
Sluggable: Support to use annotations as attributes on PHP >= 8.0.
Uploadable: Support to use annotations as attributes on PHP >= 8.0.
Tree: Support to use annotations as attributes on PHP >= 8.0.
References: Support to use annotations as attributes on PHP >= 8.0.
ReferenceIntegrity: Support to use annotations as attributes on PHP >= 8.0.
SoftDeleteable: Support for custom column types (like Carbon).
Timestampable: Support for custom column types (like Carbon).
Translatable: Added an index to Translation entity to speed up searches using Gedmo\Translatable\Entity\Repository\TranslationRepository::findTranslations() method.
In order to use a custom cache for storing configuration of an extension, the user has to call setCacheItemPool()
on the extension listener passing an instance of Psr\Cache\CacheItemPoolInterface.