forked fromgarygreen/pretty-routes
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8
Commit2b48d5d
authored
feat: allow customization of styles by publishing vendor files
The vendor files are published to `resources/views/vendor/<package>` by default, following Laravel conventions (for example, Laravel pulse does that already).If the file exist in that location, Laravel automatically sources the customized file instead of the default package one.If users do not want to override any vendor files, they can simply add `resources/views/vendor/` or `vendor/**` to gitignore.1 parent71ca700 commit2b48d5d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments
Comments
(0)