Hello! It is ok to store saving logic in a controller like this (PostController.php): public fun...
I created table and the basic authentication works fine locally but when I uploaded to the server ev...
I'm having difficulty to let the laravel query order by a date field of a nested query. This is what...
OK, I have the following piece of code: $projectTwitterStatuses = ProjectTwitterStatus::join('twitte...
Hello I have a table like $table->integer ('participant_left_id')->unsigned ()->nullable ()...
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...
I have the following class: class Property extends Eloquent { public $id; public $date; publ...
public function scopeGroupByMonth($query) { return $query->select(DB::raw('*, MONTH(display_da...
I need to have a way to tell if the many-to-many sync() process actually changed anything (as oppose...
I have followed the installation guide from here: https://github.com/cviebrock/eloquent-sluggable#el...
Loving Laravel so far! I want to create a huge REST API Web service that allows me to connect to pot...
Hi i have a problem saving multiple data using array extracted from explode. heres the code The Arti...
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 found this question/answer on SO and it is pretty much the same question/answer I was going to pos...
I have a problem where I have to get an Eloquent model read the data then call a complex stored proc...
Hi, I'm still learning for best practice of PHP OOP pattern. I'm currently try to create Cart compon...
Hi all, I have a user which I'm updating a status on depending on if they have verified their email...
Hi guys and girsl, I have the following query which i would like to run: INSERT into ticketsorders (...
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