Skip to content

Instantly share code, notes, and snippets.

View kca66y's full-sized avatar

kca66y kca66y

View GitHub Profile
<?php
namespace App\Http\Controllers;
use App\Http\Requests;
use App\Models\CountryTranslation;
use App\Models\Event;
use App\Models\Video;
use \RecursiveIteratorIterator;
use \RecursiveArrayIterator;
<?php namespace App\Http\Middleware;
use Closure;
use App\Http\Models\City;
class SiteUrl
{
/**
* Handle an incoming request.