We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71ca700 + 654a416 commit 8fb3d18Copy full SHA for 8fb3d18
src/ServiceProvider.php
@@ -41,6 +41,7 @@ public function boot()
41
42
$this->publishes([
43
$this->fullPath('config/pretty-routes.php') => $this->app->configPath('pretty-routes.php'),
44
+ $this->fullPath('resources/views/styles.blade.php') => $this->app->resourcePath('views/vendor/pretty-routes/styles.blade.php'),
45
]);
46
47
$this->loadRoutesFrom(
0 commit comments