cybercog / laravel-clickhouse

Laravel ClickHouse adds CH client integration, generation & execution of ClickHouse database migrations to the Laravel application.
https://komarev.com/sources/laravel-clickhouse
MIT License
75 stars 9 forks source link

Error when L10->L11 update #9

Closed NelinD closed 4 months ago

NelinD commented 7 months ago
  "require": {
      "php": "^8.3",
      "cybercog/laravel-clickhouse": "dev-master",
      "laravel/framework": "^11.0"
  }
php artisan package:discover --ansi

The command defined in "Cog\Laravel\Clickhouse\ConsoleCommand\MakeClickhouseMigrationCommand" cannot have an empty name.  
antonkomarev commented 7 months ago

Interesting, need to investigate

NelinD commented 4 months ago

Add fast fix pr https://github.com/cybercog/laravel-clickhouse/pull/10

antonkomarev commented 4 months ago

Should be fixed now. Thanks @NelinD for the fix!