laravel-clickhouse
laravel-clickhouse copied to clipboard
Class not found
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