SOLVED My mistake, I mixed up the model relationships :) Hi guys, I'm new Eloquent (usually use raw...
Modified from: http://laravel.com/docs/master/eloquent#polymorphic-relations class Photo extends Elo...
Hi, I have service classes that retrieves Eloquent models using a repository and performs some opera...
I am doing ajax call on click of submit button. then that call goes to controller. In controller i w...
Hi, I am trying to fetch ALL rows from a table in my dB. I need to get all rows because the data is...
Hi everyone. I'm a junior dev at an agency building a site for a client with Laravel and Angular tha...
In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...
I've got two models: <?php namespace blog; class Posts extends \Eloquent { /** * The databas...
I have two models Groups and Roles, i can fetch the groups of a role, but if i try to fetch de roles...
Hey, I'm wondering if there's a quick way of over-riding the data array in a json reponse. For examp...
Hi guys!! I need to do this query on eloquent: Select * from my_table where field_a + field_b in (2,...
So I am creating an API but it has some caveats. First off I have to be able to easily create models...
What I’m trying to do is when a new candidate is created an extra field is automatically populated i...
Hi, I try to make a sms-gateway app and my problem like 'broadcast' feature. What is that? Here we g...
Hi all, As the following example, we create two Eloquent instances to fetch/update the same db row....
I've been struggling as to why my "create" method was not saving as a mass assignment. Myt...
I have 2 mysql databases, I try to get data from source and transfer it target, also delete current...
Have been struggling with some issues with carting service. Have been trying to integrate and replac...
I'm creating an API that dumps out query results to a json response in Lumen: $result = DB::select('...
Hello folks! How can I fire an event after one of my users successfully resets their account passwor...
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