阅读(167) (9)

Laravel 8 定制数据迁移

2021-07-13 09:18:20 更新

如果您不打算使用 Telescope 的默认迁移,则应该在 AppServiceProviderregister 方法中调用 Telescope::ignoreMigrations 方法。您可以使用 php artisan vendor:publish --tag=telescope-migrations 命令导出默认迁移。