如果要连接到数据库的 CLI,可以使用 db Artisan 命令:
db
php artisan db
如果需要,可以指定数据库连接名称以连接到不是默认连接的数据库连接:
php artisan db mysql
关闭