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

An ORM for a Framework for Web Artisans

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

Hello again, In issue #103 I've changed `DB_CONNECTION` to `mysql` and `driver` for this connection to `pdo_mysql`. Howere, now there is some issue when I register new user using default...

In an application architecture where one opted to move their application codes outside of the Framework (Laravel) they could probably house their Entities/metadata in a specific directory outside of Laravel's...

When trying to execute multiple unit-tests, I am getting the following error: Type json already exists. This happens when the second unit-test is being executed. I assume that the APP...

can`t install your package. problem with this line in your composer.json "doctrine/migrations": "dev-master#46a031ddaea47d0685200027cfe8c83b02aee6f6", - atrauzzi/laravel-doctrine dev-master requires doctrine/migrations dev-master#46a031ddaea47d0685200027cfe8c83b02aee6f6 -> no matching package found.

Hi I might be wrong but the example in the readme.md might need the imports update to use Atrauzzi\LaravelDoctrine\Util\Time; from use Atrauzzi\LaravelDoctrine\Trait\Time; cheers

setToken should be setRememberToken because the column in the user table and the property of the user entity are called remember_token, therefore the function name shouldn't be setToken but setRememberToken

Seemed like an OK place to map that value for issue #105.

I'm integrating this package with a pretty big project and I'd like the peace of mind that I'm working with a version that's not going to have breaking changes in...

When using metadata with chainning, configured in /config/doctine.php, the Entities (with annotation) is not reconized. ``` php 'metadata' => [ 'driver' => 'config', [ 'driver' => 'config' ], [ 'driver'...

Hi, How would one go about setting up http://doctrine-orm.readthedocs.org/en/latest/reference/filters.html using this package.