Skip to content

Commit bdcc332

Browse files
committed
Added command publish:component to README docs
1 parent 6a7f8a1 commit bdcc332

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ composer require hiker-dev/hiker
5858
php artisan hiker:install
5959
```
6060

61+
## Publish the base files for common components
62+
63+
This package ships with a set of publishable components that will help setup the project's front-end basics in a few seconds. The following command will prompt for the components you can install:
64+
65+
```shellsession
66+
php artisan publish:component
67+
````
68+
6169
## Creating new publishable components
6270

6371
In order to create a publishable component, one should simply create a new "Publisher" class inside `src/Components/Publishers` and implement `Whitecube\LaravelPreset\Components\PublisherInterface` :

0 commit comments

Comments
 (0)