diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 1bb7d05..8376f53 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -41,6 +41,7 @@ public function boot() $this->publishes([ $this->fullPath('config/pretty-routes.php') => $this->app->configPath('pretty-routes.php'), + $this->fullPath('resources/views/styles.blade.php') => $this->app->resourcePath('views/vendor/pretty-routes/styles.blade.php'), ]); $this->loadRoutesFrom(