-
I've recently started to rewrite my current code based on the Dingo API to work with Lumen 5.1 instead of Laravel 5.1. I'm using Dingo 0.9.*. My full current code can be found at https://github.com/Bo…
-
I'm attempting to setup a Vagrant box with PHP 5.5 installed. Using the generator failed to properly flag the php prefix despite version selections (forumone/generator-web-starter#25). Because of this…
-
Why isn't the class Laravel\Lumen\Routing\UrlGenerator implementing the interface Illuminate\Contracts\Routing\UrlGenerator like Illuminate\Routing\UrlGenerator does? I thought all Laravel was suppose…
-
Hi there,
Loving the library, has saved loads of time!
When I call `URL::route('api.named.route')` I get a `InvalidArgumentException` "Route [api.named.route] not defined".
The route appears in `ph…