I am in the process of cleaning up some very dense code, and I am suddenly getting 404 errors on som...
Using Laravel 4, I have created 2 routes: Route::get('dev', function() { return View::make('dev');...
Conclusion: The seems to lie with the url encoding, and how it is being interpreted on the back-end....
That was my guess also, but it just seemed strange. Thanks for the link.
The Laravel portal for problem solving, knowledge sharing and community building.
The community