elastic-migrations:Laravel的Elasticsearch迁移

时间:2021-05-15 05:14:10
【文件属性】:
文件名称:elastic-migrations:Laravel的Elasticsearch迁移
文件大小:45KB
文件格式:ZIP
更新时间:2021-05-15 05:14:10
php elasticsearch laravel migrations PHP 弹性迁移 Laravel的Elasticsearch迁移使您可以轻松地在应用程序的环境中修改和共享索引架构。 内容 从头开始 迁移状态 零停机迁移 故障排除 兼容性 当前版本的Elastic Migrations已通过以下配置进行了测试: PHP 7.2-8.0 Elasticsearch 7.x Laravel 6.x-8.x 安装 该库可以通过Composer安装: composer require babenkoivan/elastic-migrations 如果要将弹性迁移与Lumen框架一起使用,请参阅本指南。 配置 Elastic Migrations使用babenkoivan / elastic-client作为依赖项。 如果您想更改默认客户端设置(我敢肯定您会这样做),那么您需要首先创建配置文件: php artisan vendor:publish -
【文件预览】:
elastic-migrations-master
----composer.json(1KB)
----.php_cs.dist(3KB)
----config()
--------elastic.migrations.php(405B)
----.github()
--------FUNDING.yml(83B)
--------ISSUE_TEMPLATE()
--------workflows()
----database()
--------migrations()
----phpstan-baseline.neon(598B)
----tests()
--------Unit()
--------Integration()
--------migrations()
----LICENSE(1KB)
----CONTRIBUTING.md(1KB)
----src()
--------Adapters()
--------Factories()
--------Migrator.php(6KB)
--------MigrationInterface.php(162B)
--------Facades()
--------helpers.php(323B)
--------Repositories()
--------Console()
--------ServiceProvider.php(2KB)
--------IndexManagerInterface.php(624B)
--------ReadinessInterface.php(132B)
--------Filesystem()
----.gitignore(109B)
----phpstan.neon.dist(132B)
----Makefile(1KB)
----CODE_OF_CONDUCT.md(3KB)
----phpunit.xml.dist(1KB)
----README.md(8KB)

网友评论