%PDF- %PDF-
| Direktori : /www/loslex/test/vendor/larswiegers/laravel-maps/config/ |
| Current File : /www/loslex/test/vendor/larswiegers/laravel-maps/config/config.php |
<?php
/*
* You can place your custom package configuration in here.
*/
return [
'paths' => resource_path('views'),
'mapbox' => [
'access_token' => env('MAPS_MAPBOX_ACCESS_TOKEN', null),
],
'google_maps' => [
'access_token' => env('MAPS_GOOGLE_MAPS_ACCESS_TOKEN', null)
]
];