OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...
Hi there! I've got a problem. I have some fields that have to be formatted after fetching them from...
Hi Can anyone help me to fix this issue. SELECT *, (SELECT group_concat(CASE WHEN d.disciplineNam...
Hello, I'm a little new to laravel and I'm having an issue returning only the fields where the mysql...
Hi! I am a very NOOB in Redis and this is the first time that I am using this application.I hope you...
I need to have a way to tell if the many-to-many sync() process actually changed anything (as oppose...
Loving Laravel so far! I want to create a huge REST API Web service that allows me to connect to pot...
I'm creating an app where users can send messages to each other. These are my models and relationshi...
My current project has a form creation feature. For each form created, there is also a table created...
I have a problem where I have to get an Eloquent model read the data then call a complex stored proc...
Hi, I'm a complete newbie in laravel, and I don't know how to perform some simple tasks. I have a ta...
Hi guys and girsl, I have the following query which i would like to run: INSERT into ticketsorders (...
Hi All, I'm having an issue with foreign characters and I wondered if anyone had come across this be...
Hey guys. I want to start working with repositories because right now I handle all the data from the...
Hi, We are facing some intermittent deadlocking on the attempted insert (or update) of new Session p...
I'm building an app with lots of this kind of data, e.g. jobs. Most have a parent so I've started cr...
Simple version of database. mortgages | id | case_id(cases@id) | | 1 | 1 | | 2 | 2...
My teacher today gave us a problem today, it goes like this : ##Scenario You are developing an eComm...
on album model: public function band() { return $this->belongsTo('Band'); } on...
Hi all, My question is about pagination. I have some posts and some comments for each post. I unders...
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