You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: