Support the ongoing development of Laravel.io →
ftiersch

ftiersch

Joined 31 Jul 2015

Statistics

Threads 2
Replies 108
Solutions 16
Articles 0
posted 10 years ago

Cancel Eloquent updating Event in trait

Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...

0 Likes
0 Replies

Events on Pivot table

Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...

0 Likes
1 Replies
replied 10 years ago

laravel post request validation don't show ther errors ( validation Fail)

You're validating the field premiseUse but there is no field with that name in your form.

0 Likes
replied 10 years ago

Problem with WhereIn in Eloquent ORM

I think you're making things too complicated. You can chain the where() statements right from the st...

0 Likes
replied 10 years ago

Define route to make nice SEO url

Sure it's possible to have a string there but the string has to be something unique to identify the...

0 Likes
replied 10 years ago

Reseeding MySQL index

http://stackoverflow.com/questions/6963363/mysql-dbcc-checkident-syntax-error That command doesn't s...

0 Likes
replied 10 years ago

Changing column name in array after where statement

I think it should work like this: $tags = Tag::where('name', 'LIKE', $query . '%')->select('name'...

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.

© 2026 Laravel.io - All rights reserved.