laravel-doctrine icon indicating copy to clipboard operation
laravel-doctrine copied to clipboard

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel

Results 30 laravel-doctrine issues
Sort by recently updated
recently updated
newest added

When using the unique validation rule `DoctrinePresenceVerifier->getCount()` was returning null because the scalar result wasn't been added to the result set. Also noticed that an error would occur in `getMultiCount()`...

Fixes for L5 native auth functionality. Updated contract in DoctrineUserProvider.php. Tweaked a couple of things in Traits/Authentication.php - changed function getAuthIdentifier to return the primary key value rather than the...

Hello! These commits fix the authentication for L5. I'm not sure about the `getAuthIdentifier` method. It is working, but maybe there's a better way of doing this and not actually...

- Master branch points to Laravel ~4.2 - Added prefer-stable to only get the dev branches that we actually need (just doctrine/orm I believe).

When running `php aritsan` or any `artisan` command all commands are initialized. The modified schema related commands all require an instance of `SchemaTool`. Since `SchemaTool` requires a correctly configured database...

When Doctrine is initialized via the Setup class in non-development mode, use of the NullProvider included with this package will typically force Doctrine to use the ArrayCache provider by default....

Anyone who would like to use an [EntityListener](http://doctrine-orm.readthedocs.org/en/latest/reference/events.html#entity-listeners-resolver) and inject into it's constructor using Laravel's DI, will need a custom EntityListenerResolver in which they can call \App::make with service providers...

When SoftDeletes trait is used in superclass, the isSoftDeletable doesn't detect it. This fix works for me.

Detect all class uses and their parent class, use Laravel helper function class_uses_recursive