stefano-tree icon indicating copy to clipboard operation
stefano-tree copied to clipboard

Add Laravel support

Open bartko-s opened this issue 8 years ago • 4 comments

Add Laravel query builder support

bartko-s avatar Oct 18 '17 13:10 bartko-s

@bartko-s implementing AdapterInterface would be sufficient for this? I want to give it a try

thgs avatar Oct 06 '18 11:10 thgs

Hi @thgs

bartko-s avatar Oct 06 '18 20:10 bartko-s

Hi @bartko-s Yes, I saw the tests. I couldn't get it to pass any of them with just running phpunit. Is there something I am missing ?

thgs avatar Oct 06 '18 20:10 thgs

You must set your db connection settings for Mysql and Postresql. This is template. Simply create copy of this file without ".dist" extensions. Then look on this composer file you will see composer scripts(commands). This composer command composer test run unit/functional tests for all combinations of supported database, db adapters. If you want you can run tests only for one environment. For example Mysql with Docrine DBAL with whis composer test-mysql-doctrine2

bartko-s avatar Oct 08 '18 12:10 bartko-s