Skip to content

Commit

Permalink
Merge pull request #77 from uwla/main
Browse files Browse the repository at this point in the history
feat: allow customization of styles by publishing vendor files
  • Loading branch information
andrey-helldar authored Dec 11, 2024
2 parents 71ca700 + 654a416 commit 8fb3d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8fb3d18

Please sign in to comment.