Skip to content

Instantly share code, notes, and snippets.

View LucasSantosDev's full-sized avatar
🏠
Working from home

Lucas Dev LucasSantosDev

🏠
Working from home
View GitHub Profile
@LucasSantosDev
LucasSantosDev / RouteParam.php
Created June 24, 2020 19:52 — forked from westphalen/RouteParam.php
Get, set and forget route parameters on Lumen's array-based Request Router, avoiding `$request->route($key)` problem.
<?php
/**
* Created by PhpStorm.
* User: sune
* Date: 09/03/2017
* Time: 17.30
*/
namespace App\Support;