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.
1 parent 77ff3ce commit 1b0b77aCopy full SHA for 1b0b77a
README.md
@@ -45,13 +45,13 @@ And finaly render breadcrumb using render method in blade template.
45
46
By default, first link (home link) is set automaticly with `config('app.name')` and links to `url("/")`. You can modify this by
47
48
-```
+``` php
49
Breadcrumb::setHomeLink("new home link", "/home.html");
50
```
51
52
**Need to modify breadcrumb html?** Use `vendor:publish` command and export breadcrumb view into resources folder.
53
54
+``` terminal
55
php artisan vendor:publish --provider="Mares29\Breadcrumb\BreadcrumbServiceProvider"
56
57
0 commit comments