Support the ongoing development of Laravel.io →

tavicu

Joined 31 Jan 2014

Statistics

Threads 5
Replies 20
Solutions 5
Articles 0

Ignore $with from eloquent

Hey, I have one model where i set $with variable to always take a relationship. But i have one case...

0 Likes
2 Replies
posted 10 years ago

Dynamic model appends

Hello. I'm looking for a way to create dynamic appends to a model. right now i have something like p...

0 Likes
0 Replies

Laravel environments

Hey, I'm working on an app made on Laravel where i have to host multiple domains. It's an Project Ma...

0 Likes
4 Replies
posted 10 years ago

ServiceProvider in a folder

Hey, I want to extend Sentry 2 with a new class. I did everything right but i have a problem. If i a...

0 Likes
4 Replies
Solved

Forget cache on touch

Hey, I want to cache my queries like getting all projects assigned to a user. I use ->remember(36...

0 Likes
3 Replies
replied 8 years ago

Module Service Provider is not found

You need to add a psr-4 in composer for Modules

0 Likes
Solved
replied 9 years ago

auto number '#' in pagination table

{{ $key+1+(($employees->getCurrentPage()-1)*$employees->getPerPage()) }} Change $key with $in...

0 Likes
replied 9 years ago

Forum threads order by reply date

Hey, http://laravel.com/docs/4.2/eloquent#touching-parent-timestamps And then order by updated_at

0 Likes
Solved
replied 9 years ago

Filtering with models

Hey, It's a little bit more complicated! First you need to check if max_price is bigger than min_pri...

0 Likes
replied 9 years ago

Laravel return results based on user selection

I think you should use orWhere in the where function! Like this: $q->orWhere('restaurants_symbols...

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.