bradcornford / Googlmapper

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

Undefined class Mapper in blade #260

Closed s5510886103 closed 6 years ago

s5510886103 commented 6 years ago

use Cornford\Googlmapper\Facades\MapperFacade as Mapper; public function gMap(){ Mapper::map(7.8953831,98.3852481); return view('frontend.map'); } in blade untitled

not show map on site

bradcornford commented 6 years ago

Hi there,

Did you get to the bottom of this? I assume its just your IDE unable to track the use statement.