Hello, I need help with the following structure in laravel: - User id - Purchase id user_id - Deta...
Hi, I'm having troubles to define a delete route, can someone showme an example about how to define...
User.php <?php namespace ESP; use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloq...
Dear all, I am quite new at Laravel. I have a Product Model and a Category-Model. Each Product has o...
Group by is problematic since I switched to PHP 7 and having aggregate values doesn't apply to the w...
I'm new to laravel. I'm using sjousse/laravel-unique-reference I don't know how to configure/ genera...
i have error with my laravel 5.3 when getting data from database this is my controller code publ...
Hello everyone. I have a small problem. I got two models: User and Group. They are connected by one...
I recently updated my app from 5.1 to 5.3 and it appears to have changed the return of the Eloquent\...
Hey all, I've been leaning a lot about design patterns and the IoC in the past couple of weeks, and...
Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...
Hello. I have problem with relationship three table. We have the tables users - id - username compa...
So I have a query that looks like $atten = Attendance::select( DB::raw('DATE(tStamp)') )->group...
I have the following scenario. I have 3 main tables: Countries Job possition Income *** Income tab...
Hi , I code works fine when i run it in homestead box , where as it shows following error when i ran...
See Source Code Question Why does the following code return the pivot value for the original attribu...
Hello there, Following up one Laracast about Roles & Permissions, I'm trying to figure out a way...
Hi! I'm new to Laravel, and I have a problem with caching rows using Eloquent. I'm currently retriev...
I also posted my question on laracast, but perhaps anyone here has the answer. Topic on laracast I'm...
Hi, I have a Shops model associated to services, using a pivot table: public function services() {...
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