binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.

Home Page:https://www.binshops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 9.X migrate gives issues

ZachHandley opened this issue · comments

Hi, I'm not sure if this will even work with Laravel 9.X but I'm getting an error when running php artisan:migrate after install and copying vendor files which looks like this

SQLSTATE[42704]: Undefined object: 7 ERROR:  type "fulltext_title" does not exist at character 43 (SQL: ALTER TABLE laravel_fulltext ADD FULLTEXT fulltext_title(indexed_title))

I can fix it maybe, but I'm not sure what it's supposed to be