PHP Classes

File: src/routes/web.php

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Here PHP Geocoder   src/routes/web.php   Download  
File: src/routes/web.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Here PHP Geocoder
Get the location of an address using the Here API
Author: By
Last change:
Date: 4 years ago
Size: 240 bytes
 

Contents

Class file image Download
<?php
/**
 * Package routes
 */
Route::get('here_geocoder', 'Thiagoprz\HereGeocoder\Http\Controllers\HereGeocoderController@index');
Route::post('here_geocoder', 'Thiagoprz\HereGeocoder\Http\Controllers\HereGeocoderController@postAddress');