Skip to content

Commit 8fb3d18

Browse files
Merge pull request #77 from uwla/main
feat: allow customization of styles by publishing vendor files
2 parents 71ca700 + 654a416 commit 8fb3d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function boot()
4141

4242
$this->publishes([
4343
$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'),
4445
]);
4546

4647
$this->loadRoutesFrom(

0 commit comments

Comments
 (0)