ouyang / fulltext-for-laravel-migrate
fulltext for lava migrate
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ouyang/fulltext-for-laravel-migrate
This package is auto-updated.
Last update: 2025-12-26 21:06:28 UTC
README
该插件可以在迁移文件中使用fulltext索引: $table->fulltext(['name', 'content']); 参数为一个数组。
使用方法: composer require ouyang/fulltext-for-laravel-migrate:dev-master 然后在迁移文件中使用下面两句代码: use Ouyang\Concurrency\Schema; use Ouyang\Concurrency\Blueprint; 替换掉: use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint;