lyssal/doctrine-extra-bundle

Some functionalities to use and manage entities in Symfony.

0.1.1 2024-10-18 20:48 UTC

This package is auto-updated.

Last update: 2024-10-18 20:49:36 UTC


README

Installation

Read the installation documentation.

Appellation

Use the Appellation to define and easily use the appellation of an entity.

For more informations, read the Appellation documentation.

Decorator

Use the Decorator to define new methods in entities using Symfony services.

For more informations, read the Decorator documentation.

The entity router

The entity router permits you to automtically generate an URL with your entities.

For more informations, read the entity router documentation.

Administrator and Repository

For more informations, read the Repository documentation and the Administrator documentation.

Uploaded file

You can use our trait in entities to manage an uploaded file.

For more informations, read the Uploaded file documentation.

Traits for entities

Read the entity traits documentation.

The breadcrumbs

You can automatically generate your breadcrumbs.

For more informations, read the breadcrumbs' documentation.