Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 10, 2021
1 parent 8167d02 commit 9d9037f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Calling `hasViews` will also make views publishable. Users of your package will
php artisan vendor:publish --tag=your-package-name-views
```

### Working with view components
### Working with Blade view components

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.

You can register these views with the `hasViewComponents` command.

Expand Down

0 comments on commit 9d9037f

Please sign in to comment.