Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shengslogar committed May 3, 2022
1 parent e36a2d5 commit aaa410b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,14 @@ To customize the HTML, create your own view file similar to the following:
@endunless
```

(See the [resources/views/ directory](https://github.com/diglactic/laravel-breadcrumbs/tree/master/resources/views) for
built-in templates.)
If you want to work off an existing built-in template, run the following command:

```bash
php artisan vendor:publish --tag=breadcrumbs-views
```

This will copy all built-in templates into the `resources/views/vendor/breadcrumbs/` directory in your project, allowing
you to make edits directly.

#### View data

Expand Down

0 comments on commit aaa410b

Please sign in to comment.