Support the ongoing development of Laravel.io →

Meowts

Joined 10 Jun 2014

Statistics

Threads 14
Replies 17
Solutions 1
Articles 0
posted 9 years ago

Extend a layout multiple times on a page

Hey, I'm hoping there is a good solution for this: What I have is a template that I want to use for...

0 Likes
5 Replies
posted 9 years ago

ORM query - where clause on related table

Hey, so I'm looking to return a model with a where clause that's on the related table. So it would l...

0 Likes
3 Replies
Solved

Nested Select

Hey, not sure how this is done using Query Builder? I want to do something like this: getDetails($id...

0 Likes
1 Replies
posted 9 years ago

Route /{username} but searching by ID

Hey, Not entirely sure if I'm overthinking this, but on my site there are user profiles, and I want...

0 Likes
4 Replies
posted 9 years ago

Nested count query

Hey, I'm trying to do a nested count and why it's just not going. Here are all the details: http://l...

0 Likes
0 Replies
replied 9 years ago

ORM query - where clause on related table

Oh beautiful, that's exactly what I was looking for, thanks!

0 Likes
replied 9 years ago

ORM query - where clause on related table

The solution I came up with is this: $tableA = TableA::with('tableB') ->join('tableB', 't...

0 Likes
replied 9 years ago

Route /{username} but searching by ID

Yeah I guess I'll just go with ID for now. This idea is sort of in conjunction with the theme of the...

0 Likes
replied 9 years ago

Route /{username} but searching by ID

Hmm okay... well I think I'd add an index to the field. Sorry I wasn't being totally specific, it is...

0 Likes
replied 9 years ago

How do I replace the words of a text?

$values = ['name' => 'Ricardo', 'drink' => 'coffee']; $str = "Hello " . $values['nam...

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.