Skip to content

Commit f68fd84

Browse files
authored
Create README.md
1 parent 36f00cb commit f68fd84

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ Register the Service in: **config/app.php**
3434
ApiPostcode\ApiPostcodeServiceProvider::class,
3535
````
3636

37+
Optional - Register the Facade in: **config/app.php**
38+
39+
``` php
40+
'aliases' => [
41+
//
42+
//
43+
'Postcode' => ApiPostcode\Facade\Postcode::class,
44+
];
45+
````
46+
3747
### Step 3: Configure Api Postcode credentials
3848

3949
```

0 commit comments

Comments
 (0)