PHP Classes

File: config/map-address.php

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova Map Field   config/map-address.php   Download  
File: config/map-address.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Nova Map Field
Display a map field in a Laravel Nova panel
Author: By
Last change:
Date: 5 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?php

return [
   
'api_key' => env('MAP_ADDRESS_API_KEY'),
   
'language' => env('MAP_ADDRESS_LANGUAGE'),
];