Hello, I've been breaking my head over this one, and I hope I'm missing something simple. I have a C...
Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...
Hello, For the development of an application there are several requirements regarding routing, which...
I've tried to get the result I want with this code: //In the contact model public function getOrgani...
Solved using a filter: Route::filter('set_account', function($route, $request) { Config::set('app.a...
Issue 2 is now also solved using this solution: //Check for identity segments if (Request::segment(1...
Issue 1 is solved (more or less) with the following solution: Route::group(array('domain' => 'api...
The Laravel portal for problem solving, knowledge sharing and community building.
The community