Support the ongoing development of Laravel.io →
jaketoolson

jaketoolson

Joined 12 Mar 2014

Statistics

Threads 0
Replies 18
Solutions 1
Articles 0

jaketoolson has not posted any threads yet

replied 11 years ago

Redirect with query string

I've created my own that does the same thing as well :)

0 Likes
replied 11 years ago

What is the prefered way to retrieve related models?

To add some more to this: $guests = Hotel::find($hotel_id)->guest; will return a Collection. $g...

0 Likes
replied 11 years ago

Deleting DB-entry: findOrFail or destroy?

Destroy lets you optionally pass an array of id's to delete. Both ultimately call delete() on the mo...

0 Likes
replied 11 years ago

Converting a DB-object into an array (for form use)

use pmall's suggestion. That returns an array (id => city). Extjac's answer is a bit n00b.

0 Likes
replied 11 years ago

Request::secure() return False (No SSL), but SSL certificate is applied

I just had the same problem. Are you behind a loadbalancer or something similar? We are using AWS Be...

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.

© 2026 Laravel.io - All rights reserved.