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