Hi, I can't find a way to do a left join to count elements from pivot table using Eloquent and Fluen...
I want to create 1000's of dummy users, but also correct relations. Example would be create a User w...
I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...
i want a helper function to get an element out of my database. can anybody help me?
I make 2 table inside up function. I can access groups table. But how can I retrieve group_details t...
Hello people, I want to add two same ids the intermediate table of a Many To Many relationship using...
This package is the solution to compile and process JasperReports (.jrxml & .jasper files) just...
I'm trying to return a count of a query with multiple where conditions. I have batches of licenses....
I'm trying to output my posts and for that in a specific page I call a function with foreach to load...
Dear Friends, My insert query for a table is : http://laravel.io/bin/eDamm I need to write it's upda...
I am trying to call a mysql stored procedure called new_user passing parameter to it, and i have tri...
Laravel 4.2 I have this code: DB::flushQueryLog(); $album_list = Album::with(['first_photo'])->wh...
Hello everyone First Post and probably not the last, Very new to Laravel and Probably a simple answe...
Hi. I've recently run into some trouble. I'm trying to make my first-ever-join in Laravel and it's c...
Hi I'm converting an existing application from another old php framework to laravel and trying to ge...
Hi, I have Post and Tag models, associated in many to many relationship. I am trying to filter Posts...
I recently migrated to Microsoft Azure SQL and I've run into a bit of an issue with how they handle...
User model class User extends Authenticatable{ public function enrollments() { return $this-...
I'm trying to build a database where an admin Can create lists that have can have tasks, now the tri...
My controller : { $data = array( 'employeedetails' => EmployInfo::all(), 'designatio...
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