Download the PHP package chocofamilyme/laravel-clickhouse-migrations without Composer
On this page you can find all versions of the php package chocofamilyme/laravel-clickhouse-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chocofamilyme/laravel-clickhouse-migrations
More information about chocofamilyme/laravel-clickhouse-migrations
Files in chocofamilyme/laravel-clickhouse-migrations
Download chocofamilyme/laravel-clickhouse-migrations
More information about chocofamilyme/laravel-clickhouse-migrations
Files in chocofamilyme/laravel-clickhouse-migrations
Vendor chocofamilyme
Package laravel-clickhouse-migrations
Short Description Clickhouse migrations based on Laravel migrations and smi2/phpclickhouse
License MIT
Package laravel-clickhouse-migrations
Short Description Clickhouse migrations based on Laravel migrations and smi2/phpclickhouse
License MIT
Keywords laravelclickhouse
Please rate this library. Is it a good library?
Informations about the package laravel-clickhouse-migrations
Laravel ClickHouse migrations
Requirements:
- php ^8.0
- Laravel ^8.2
Currently, Laravel 9 Is not supported because of migration stub logic changes
Installation:
composer require chocofamilyme/laravel-clickhouse-migrations
- Comment out
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class
in config/app.php
Commands:
- create migrations: as usual
php artisan make:migration migration_name
- migrate:
php arisan clickhouse:migrate {--step} {--force : Force the operation to run when in production}
- rollback:
php arisan clickhouse:migrate:rollback {--step} {--force : Force the operation to run when in production}
- fresh:
php artisan clickhouse:migrate:fresh
All versions of laravel-clickhouse-migrations with dependencies
PHP Build Version
Package Version
The package chocofamilyme/laravel-clickhouse-migrations contains the following files
Loading the files please wait ....