laravel-clickhouse icon indicating copy to clipboard operation
laravel-clickhouse copied to clipboard

Class not found

Open theuser-pixel opened this issue 4 years ago • 0 comments

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

theuser-pixel avatar Nov 20 '20 16:11 theuser-pixel