extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Extensions integration for Doctrine2 and Laravel

Results 12 extensions issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Hi, ``` laravel-doctrine/extensions 1.5.0 laravel-doctrine/orm 1.7.13 beberlei/doctrineextensions 1.3.0 gedmo/doctrine-extensions 3.2.0 ``` I use the `TimestampableExtension` and I use in my Entity the trait `LaravelDoctrine\Extensions\Timestamps\Timestamps`. I want to use Carbon ;...

Hi, how can i change saving files to amazon s3 for exmaple. In UploadableListener method look as ` public function doMoveFile($source, $dest, $isUploadedFile = true) { return $isUploadedFile ? @move_uploaded_file($source,...

I'm using the following packages and have just upgraded into Laravel 5.7 (from 5.4) ``` "laravel-doctrine/orm": "1.4.*", "laravel-doctrine/extensions": "1.0.*", "beberlei/DoctrineExtensions": "1.1.5", "gedmo/doctrine-extensions": "^2.4", ``` I don't know why this is...

I use simplified_yaml mapping driver in my app and want to add multi-language support. So after enabling translatable extension doctrine throws exception: ``` { exception: "Doctrine\Common\Persistence\Mapping\MappingException" file: "/var/www/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/MappingException.php" line: 64...

Hi! When those 2 extensions are combined the softdelete is not triggered in the audit-table of the entity. Not even an update. You would expect at least an update event...

Hi, Just trying to add TimestampableExtension in an XMLMapping entity and seems it is not working. No idea why. I double check everything, my config: Composer.json versions: "gedmo/doctrine-extensions": "^2.4", "laravel-doctrine/extensions":...

I am using laravel config for mapping Doctrine entities. I installed `laravel-doctrine/extenstions` and `gedmo/extenstions` to use soft-deleteable. but I don't know how to do the mapping for gedmo in laravel...

Hi I am trying to use the Timestamp extension, however when I attempt update the schema I get the following: ``` [Semantical Error] The annotation "@Gedmo\Mapping\Annotation\Timestampable" in property App\Contacts\Domain\Contact\Contact::$created_at does...