Skip to content

Instantly share code, notes, and snippets.

View leandronascimento's full-sized avatar
🎯
Focusing

Leandro Nascimento leandronascimento

🎯
Focusing
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 {