Installation

Install this package with composer:

composer require laravel-doctrine/extensions

This package wraps extensions from Gedmo and Beberlei.

To include Gedmo extensions install them with composer:

composer require "gedmo/doctrine-extensions"

Enable the service provider for them in Laravel:

LaravelDoctrine\Extensions\GedmoExtensionsServiceProvider::class

Also, be sure to enable the extensions in the extensions section of config/doctrine.php.

To include Beberlei (Query/Type) extensions install them:

composer require "beberlei/DoctrineExtensions=^1.0"

And then add the Beberlei extensions service provider in config/app.php:

LaravelDoctrine\Extensions\BeberleiExtensionsServiceProvider::class

This is documentation for laravel-doctrine/extensions. Please add your ★ star to the project.