How can i prevent duplicate Shop data(shop_name)? when I dd($data) it return null; ** Database: ** |...
Hey, I have one model where i set $with variable to always take a relationship. But i have one case...
Hi ! I have a table named professor_turma, which has some importante keys: ´cod_professor, cod_disci...
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...
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