WouterJEloquentBundle icon indicating copy to clipboard operation
WouterJEloquentBundle copied to clipboard

Integrates the Eloquent ORM in the Symfony framework

Results 9 WouterJEloquentBundle issues
Sort by recently updated
recently updated
newest added

Hello, Version: 2.2.1 Using the command `bin/console eloquent:migrate:fresh` without any paramter leads to an error whereas the help output says we can use it without any parameter: `eloquent:migrate:fresh [--database DATABASE]...

I use Symfony Framerowk but no Twig, so I get this warning: ``` Warning: Class "Twig_Environment" not found in .../vendor/wouterj/eloquent-bundle/src/Twig/SqlFormatterExtension.php on line 18 ``` The above-mentioned `SqlFormatterExtension` should be wired...

I'm having this error message when i execute `./bin/console eloquent:seed` in my eloquent config file i have this: ``` wouterj_eloquent: # ... eloquent: true aliases: db: true ``` And my...

I have this configuration in the eloquent.yaml: wouterj_eloquent: driver: '%env(DB_CONNECTION)%' host: '%env(DB_HOST)%' port: '%env(DB_PORT)%' database: '%env(DB_DATABASE)%' username: '%env(DB_USERNAME)%' password: '%env(DB_PASSWORD)%' eloquent: true aliases: db: true And when i try to...

Hello, I wan't do know, how do change the variable wouterj_eloquent.migration_path in my project. If possible, use many paths I want. ![image](https://user-images.githubusercontent.com/5921856/34830145-bda1930c-f6c1-11e7-8922-b0d9160fbb5a.png) tks!

feature

First, thank you so much for making this package, it is amazing! It would be great to get query builder results as an associative array. I see in vendor/illuminate/database/Connection.php: line...

user support

E.g. ```yml app.user_observer: class: AppBundle\Observer\UserObserver tags: - { name: wouterj_eloquent.observer, model: AppBundle\Model\User } ``` This requires some more work, as it needs to bind on each request instead of just...

nice to have

This would e.g. allow to listen to the `eloquent.creating: AppBundle\Model\User` event using Symfony's event dispatcher component.

nice to have

E.g. to catch errors like https://github.com/wouterj/WouterJEloquentBundle/pull/37