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 8167d02 commit 9d9037fCopy full SHA for 9d9037f
README.md
@@ -111,9 +111,9 @@ Calling `hasViews` will also make views publishable. Users of your package will
111
php artisan vendor:publish --tag=your-package-name-views
112
```
113
114
-### Working with view components
+### Working with Blade view components
115
116
-Any Views Components that your package provides should be placed in the `<package root>/Components` directory.
+Any Blade view components that your package provides should be placed in the `<package root>/Components` directory.
117
118
You can register these views with the `hasViewComponents` command.
119
0 commit comments