PHP code example of ssalpo / laravel-clickhouse

1. Go to this page and download the library: Download ssalpo/laravel-clickhouse library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ssalpo / laravel-clickhouse example snippets


app(\ClickHouseDB\Client::class)->select(
    /* Query */
);

app(\ClickHouseDB\Client::class)->write(
    /* Query */
);
shell
php artisan vendor:publish --provider="Cog\Laravel\Clickhouse\ClickhouseServiceProvider" --tag=config
shell
php artisan clickhouse:migrate
shell
php artisan clickhouse:migrate --force
shell
php artisan clickhouse:migrate --step=1