Skip to content

Commit 64c981f

Browse files
committed
Adding guzzle requirement note
1 parent 987acf9 commit 64c981f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

artisan.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,7 @@ In this example, the `foo` command will be run every minute if it is not already
170170
#### Ping A Given URL After The Job Runs
171171

172172
$schedule->command('foo')->thenPing($url);
173+
174+
Using the `thenPing($url)` feature require that the Guzzle 4 HTTP library be installed into your application. You can add Guzzle 4 to your project by adding the following line to your `composer.json` file:
175+
176+
"guzzlehttp/guzzle": "~4.0"

0 commit comments

Comments
 (0)