File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
![ test] ( https://img.shields.io/github/workflow/status/codedredd/laravel-soap/test?style=flat-square )
6
6
![ version] ( https://img.shields.io/github/v/release/codedredd/laravel-soap?style=flat-square )
7
7
8
+ - [ Installation] ( #installation )
8
9
- [ Introduction] ( #introduction )
9
10
- [ Making Requests] ( #making-requests )
10
11
- [ Request Data] ( #request-data )
16
17
- [ Faking Responses] ( #faking-responses )
17
18
- [ Inspecting Requests] ( #inspecting-requests )
18
19
20
+ <a name =" installation " ></a >
21
+ ## Installation
22
+
23
+ Execute the following command to get the latest version of the package:
24
+
25
+ composer require codedredd/laravel-soap
26
+
27
+ Publish Configuration
28
+
29
+ php artisan vendor:publish --provider "CodeDredd\Soap\SoapServiceProvider"
30
+
19
31
<a name =" introduction " ></a >
20
32
## Introduction
21
33
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments