PHP Classes

File: src/config/saudiaddress.php

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP Saudi Arabia Addresses   src/config/saudiaddress.php   Download  
File: src/config/saudiaddress.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Saudi Arabia Addresses
Get location details from the Saudi National API
Author: By
Last change:
Date: 5 years ago
Size: 107 bytes
 

Contents

Class file image Download
<?php

return [
   
'url' => env('SAUDI_ADDRESS_API_URL'),
   
'api_key' => env('SAUDI_ADDRESS_API_KEY')
];