Hi, Facing problem with database connection with Laravel any version and using FileMaker Server13 as...
I'm trying to develop a custom reports generation for my application, in which the user will dynamic...
Hy. I have a problem with Inserting eloquent laravel relation. Ok, Point table : ## product ## id na...
I am new to laravel 5. I have been working on a client app where I have setup a relationship like so...
I have an application in which I have been able to create users, assign roles and so on - both on th...
CONTEXT Framework Laravel 5.1 Eloquent Fractal Problem morphMany is not returning any results. We...
Hi, I have this on every method on my controller: if(Auth::user()->cannot('see_all')) $post=...
I am using Laravel 5.1.24. I have a simple 'Product' table created in db (MySQL5.5) like this: CREAT...
Such like the title.
hi im with laravel 5.1 im trying to fetch data from table. categorys and products categorys has foll...
Hi all, I'm trying to create a relation (hasOne profile) outside of the User model. I noticed in the...
I am developing a product and category relationship. where i wanted to show to which category, a pro...
can someone help me convert this sql query in eloquent query $q = 'select c.id, c.created_at, c....
Hello! I have a model Event, User and Roles. An Event can have many users. When I call Event::find(1...
Heya, i'm a newbie with Laravel,i'm trying to show some specific informations from my database, but...
First I have this 'User' model <?php namespace App; use Illuminate\Auth\Authenticata...
I"ve following relationships: Heartbeat belongs to Entity Entity belongs to Branch Branch belo...
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...
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