Skip to content

Instantly share code, notes, and snippets.

View shaneparsons's full-sized avatar

Shane Parsons shaneparsons

View GitHub Profile
<?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 {