Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
You're validating the field premiseUse but there is no field with that name in your form.
I think you're making things too complicated. You can chain the where() statements right from the st...
Sure it's possible to have a string there but the string has to be something unique to identify the...
http://stackoverflow.com/questions/6963363/mysql-dbcc-checkident-syntax-error That command doesn't s...
I think it should work like this: $tags = Tag::where('name', 'LIKE', $query . '%')->select('name'...
The Laravel portal for problem solving, knowledge sharing and community building.