Skip to content

Commit 73a6756

Browse files
authored
Create api-postcode.php
1 parent 0899e42 commit 73a6756

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/api-postcode.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
/*
3+
* (c) Api Postcode <info@api-postcode.nl>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
8+
9+
return [
10+
11+
/*
12+
|--------------------------------------------------------------------------
13+
| Api Token
14+
|--------------------------------------------------------------------------
15+
|
16+
| Enter here your api token recieved by email from https://api-postcode.nl
17+
*/
18+
19+
'token' => env('API_POSTCODE_TOKEN'),
20+
];

0 commit comments

Comments
 (0)