Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Laravel support #10

Open
bartko-s opened this issue Oct 18, 2017 · 4 comments
Open

Add Laravel support #10

bartko-s opened this issue Oct 18, 2017 · 4 comments

Comments

@bartko-s
Copy link
Owner

Add Laravel query builder support

@thgs
Copy link

thgs commented Oct 6, 2018

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

@bartko-s
Copy link
Owner Author

bartko-s commented Oct 6, 2018

Hi @thgs

@thgs
Copy link

thgs commented Oct 6, 2018

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 ?

@bartko-s
Copy link
Owner Author

bartko-s commented Oct 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants