I am using Laravel 5.3's new Route Service Provider to direct all requests from host api.example.com...
I created my first Laravel (3.2) app awhile back on a VPS that I had. Now, the time has come for me...
UPDATE. This is NOT solved. Well, not if I want to use parameters from the URI. For instance, Route:...
Solved it this way: protected function mapApiRoutes() { $callback = function ($router) {...
I guess that it could have been a number of things, but I looked into my error logs (Ubuntu) /var/lo...
The Laravel portal for problem solving, knowledge sharing and community building.
The community