Support the ongoing development of Laravel.io →

AdamBuczynski

Joined 17 Feb 2014

Statistics

Threads 3
Replies 4
Solutions 2
Articles 0
posted 10 years ago

One-to-one THROUGH relationship with eager loading?

Hello, I've been breaking my head over this one, and I hope I'm missing something simple. I have a C...

0 Likes
2 Replies
posted 10 years ago

Is it possible to use a parameter from a group globally?

Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...

0 Likes
1 Replies
Solved
posted 10 years ago

Advice wanted regarding two routing issues

Hello, For the development of an application there are several requirements regarding routing, which...

0 Likes
2 Replies
Solved
replied 10 years ago

One-to-one THROUGH relationship with eager loading?

I've tried to get the result I want with this code: //In the contact model public function getOrgani...

0 Likes
replied 10 years ago

Is it possible to use a parameter from a group globally?

Solved using a filter: Route::filter('set_account', function($route, $request) { Config::set('app.a...

0 Likes
Solved
replied 10 years ago

Advice wanted regarding two routing issues

Issue 2 is now also solved using this solution: //Check for identity segments if (Request::segment(1...

0 Likes
Solved
replied 10 years ago

Advice wanted regarding two routing issues

Issue 1 is solved (more or less) with the following solution: Route::group(array('domain' => 'api...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.