We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0899e42 commit 73a6756Copy full SHA for 73a6756
config/api-postcode.php
@@ -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