Cartalyst/Sentinel 的数据库设置

Database setup for Cartalyst/Sentinel

https://cartalyst.com/manual/sentinel/2.0#sentinel-authenticate

我已经按照 Sentinel 文档中的基本安装进行了本地使用,因为我没有安装 Laravel,我已经通过 Composer 安装了所有包,我想开始使用 Sentinel 进行涂鸦在将其投入生产之前对其进行测试。我的问题是我不知道如何为 Sentinel 将使用的表设置 MySQL/MariaDB,事实上我遇到了这样的异常

SQLSTATE[42S02]: Base table or view not found

其他一些软件包提供了基本的 SQL 文件来导入,但我不知道如何处理 Sentinel 的数据库设置,请帮忙!

这里有一个架构文件夹:https://github.com/cartalyst/sentinel/tree/2.0/schema

您可以找到 mysql.sql(或 mysql5.6+.sql)脚本来创建表格。