🎉 First commit
This commit is contained in:
11
config/logistics.php
Normal file
11
config/logistics.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'base_url' => env('LOGISTICS_API_BASE_URL'),
|
||||
|
||||
'api_key' => env('LOGISTICS_API_KEY'),
|
||||
|
||||
'folder' => env('LOGISTICS_API_FOLDER'),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user