Support the ongoing development of Laravel.io →

orosznyet

Joined 6 Apr 2014

Statistics

Threads 8
Replies 6
Solutions 4
Articles 0

Importing datas from another large database

I have to import a fairly large data-set from a Wordpress site and I would love to fetch some data d...

0 Likes
0 Replies

Call/run a route from another route

I'm using a full-page cache system and I want to refresh cover and target posts proactively so the b...

0 Likes
0 Replies

Query Builder - removed "where clause" won't remove related bindings

This problem is slightly related to my previous post but NOT identical: http://laravel.io/forum/06-1...

0 Likes
1 Replies
Solved

Case insensitive search with Eloquent

First of all I know that I can use raw (where) queries but I'm really curious if there is any "...

0 Likes
3 Replies
Solved
posted 9 years ago

Add filter to Builder on a custom method call

I want something similar to withTrashed() and onlyTrashed() for my posts so I can get only public po...

0 Likes
1 Replies
Solved
replied 9 years ago

Query Builder - removed "where clause" won't remove related bindings

Okay, so the solution was not that hard after all. Lucky me I found getBindings() and setBindings()...

0 Likes
Solved
replied 9 years ago

Case insensitive search with Eloquent

Thank you for your kind answer. I have not find relevant information either (not in the Laravel file...

0 Likes
Solved
replied 9 years ago

Add filter to Builder on a custom method call

Okay, so the solution was not that simple at first sight but absolutely doable. Eventually I made my...

0 Likes
Solved
replied 9 years ago

Many child models using one table, filter results based on column value

I managed to solve this problem based on the link mentioned above but thank you for the issue name c...

0 Likes
replied 10 years ago

MySQL query: where field is not equal to some of the given values

Hi mate, I think you are looking for something like this: $foo = MyModel::where('user_id', '=', $use...

0 Likes
Solved

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.