Skip to content

Instantly share code, notes, and snippets.

@sgorman
sgorman / CORS.php
Last active September 22, 2016 14:41
Laravel 5.3 CORS Middleware
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Response;
class CORS {
/**
* Handle an incoming request.
*