View cidadesrs.json
{ | |
"cidades": [ | |
"Aceguá", | |
"Água Santa", | |
"Agudo", | |
"Ajuricaba", | |
"Alecrim", | |
"Alegrete", | |
"Alegria", | |
"Almirante Tamandaré do Sul", |
View CatchAllOptionsRequestsProvider.php
<?php namespace App\Providers; | |
use Illuminate\Support\ServiceProvider; | |
/** | |
* If the incoming request is an OPTIONS request | |
* we will register a handler for the requested route | |
*/ | |
class CatchAllOptionsRequestsProvider extends ServiceProvider { |