public function boot() { $this->publishes([realpath(__DIR__ . '/../resources/migrations') => database_path('migrations')], 'migrations'); }