bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

Cannot find app/config/packages/cornford/googlmapper/config.php #310

Closed CarlasHub closed 5 years ago

CarlasHub commented 6 years ago

Hi, I'm using Laravel homestead 5.4 and i'm following the steps mentioned here but i can't find the "app/config/packages/cornford/googlmapper/config.php" file. I looked up on my project and there is no record of that. I guess i need someone to point me in the right direction, pls.

image

Lirux commented 5 years ago

Did you run php artisan vendor:publish --provider="Cornford\Googlmapper\MapperServiceProvider" --tag=googlmapper to publish the config file?

bradcornford commented 5 years ago

Hi,

Did you manage to find your config file? After running the vendor:publish command?

Mohsing511 commented 5 years ago

after vender published write use mapper; it will gona work