Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit a1be098

Browse files
committed
Add vendor publish command into readme
1 parent ba11de2 commit a1be098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ and the following Facade to the aliases part
2525
'PhantomJs' => Josh\Component\PhantomJs\PhantomJs::class
2626
```
2727

28+
and then you can run vendor:publish command for generating phantomjs config file
29+
```bash
30+
$ php artisan vendor:publish
31+
```
32+
2833
## Basic Usage
2934
The following illustrates how to make a basic GET request and output the page content:
3035

0 commit comments

Comments
 (0)