Skip to content

Commit 09980f8

Browse files
committed
Add service provider, HttpRequest generator
1 parent c204f1f commit 09980f8

File tree

5 files changed

+122
-765
lines changed

5 files changed

+122
-765
lines changed

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"suggest": {
1111
"illuminate/database": "Allows to send request with data from model",
1212
"illuminate/pipeline": "Allows to send response data through pipelines",
13-
"illuminate/container": "Required to use pipelines"
13+
"illuminate/container": "Required to use pipelines",
14+
"illuminate/console": "Required to create requests with artisan"
1415
},
1516
"autoload": {
1617
"psr-4": {
@@ -21,7 +22,10 @@
2122
"laravel": {
2223
"aliases": {
2324
"HttpClient": "Ivan770\\HttpClient\\HttpClient"
24-
}
25+
},
26+
"providers": [
27+
"Ivan770\\HttpClient\\ServiceProvider"
28+
]
2529
}
2630
}
2731
}

0 commit comments

Comments
 (0)