Hi, Trying to wrap my head around Eloquent. When working with many-to-many relations, it seems that...
I am developing web app on Laravel for registering students. Students pay for 12 lessons, They may j...
I am trying the following query, however regardless of the value of $ status, it returns the same re...
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...
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