We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An easy way to manipulate with Locations and Maps with our SLA facade.
SLA
Please set your Google API key in our config/laravel-admin.php in array google_map_api for our map
config/laravel-admin.php
google_map_api
Possibility to add a custom marker, thumb image or image for every location.
Get all locations
SLA::locations()
Get single location
SLA::location($location_key)
Get all maps
SLA::maps()
Get single map
SLA::map($map_key)
Get locations for map
SLA::map($map_key)->locations return relationship hasMany
SLA::map($map_key)->locations
hasMany