ouyang/fulltext-for-laravel-migrate is a Laravel package for fulltext for lava migrate.
It currently has 0 GitHub stars and 10 downloads on Packagist (latest version 1.0.0).
Install it with composer require ouyang/fulltext-for-laravel-migrate.
Discover more Laravel packages by ouyang
or browse all Laravel packages to compare alternatives.
Last updated
该插件可以在迁移文件中使用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;