Skip to content

Commit 1071ad1

Browse files
author
Gregor Becker
committed
refactor(v1): update readme & remove github pages
1 parent 5baaf02 commit 1071ad1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![test](https://img.shields.io/github/workflow/status/codedredd/laravel-soap/test?style=flat-square)
66
![version](https://img.shields.io/github/v/release/codedredd/laravel-soap?style=flat-square)
77

8+
- [Installation](#installation)
89
- [Introduction](#introduction)
910
- [Making Requests](#making-requests)
1011
- [Request Data](#request-data)
@@ -16,6 +17,17 @@
1617
- [Faking Responses](#faking-responses)
1718
- [Inspecting Requests](#inspecting-requests)
1819

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+
1931
<a name="introduction"></a>
2032
## Introduction
2133

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)