I have this code: $sqlInsert = array( array('id'=>1, 'temp'=>1), array('id'=>2, 'te...
I have 2 tables: User [ id, name, address_id, active ] Address [ line1, line2, city, county, postcod...
I have a questions table, and a tags table. I want to fetch all questions from tags of a given quest...
Hi all, Due to the lack of "WHERE IN" for joins, I'm trying to add a bracketed 'OR WHERE'...
I find no way to connect with informix through eloquent?
I have this setup ready and running Contact -> belongsToMany('Account') Account -> belongsToMa...
Synopsis I have a problem where by when I try to call migrate:reset within a test tearDown method I...
I’m working on Laravel 5 with postgres as database. I’ve configured postgres 9.4 and pgAdmin III and...
What I want to accomplish, is to update multiple rows at once, based on what has been submitted usin...
Hello everyone. I'm kinda new to Laravel so sorry if this is a noob question. I have an API controll...
Hey guys, I want to seed a Sqlite memory DB for testing purposes. The seeds work fine for my develop...
Hi, I am create multi-relation system on tables, and return $staff i get whole data successfully.Its...
hi all, i need to execute the following query as iam new to laravel, i cant find what went wrong in...
Hey guys, im currently working on a project with a polymorphic relation and im trying to combine it...
edit.blade <label align="center" > {!!$post->id!!}</label> <textarea rows="5" cols...
I've making my first laravel applications based on some phpacademy tutorials on youtube. Seems like...
Hi, It might be a noobish question but I'm not sure how to write this logic... Lets say I have Blog...
I am going crazy... I have: a Test model and a tests table (Id,name,some other fields) a Module mod...
greetings! so, i want to get X random models from a parent: i have sub-categories and they have many...
I created two tables and wanted to use the following command to create a foreign key $table->fore...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community