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

Class not found #18

Open
theuser-pixel opened this issue Nov 20, 2020 · 0 comments
Open

Class not found #18

theuser-pixel opened this issue Nov 20, 2020 · 0 comments

Comments

@theuser-pixel
Copy link

Hi,
I want to use clickhouse db in laravel. I have created a project and have:

"laravel/framework": "^8.12",
"esazykin/clickhouse-builder": "1.3.0"

and installed esazykin/clickhouse-builder from composer.
Afer that in the readme is said that I should add:
Then add the code above into your config/app.php file providers section

Esazykin\LaravelClickHouse\ClickHouseServiceProvider::class,

I added in config/app.php, but when I try to run any artisan command it says that Esazykin\LaravelClickHouse\ClickHouseServiceProvider was not found.
How to configure this package in order to use cllickhouse database with laravel?
Thank you

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

No branches or pull requests

1 participant