Hi, i have following migration: $tableName = 'oxacceptedterms'; Schema::create($tableName, func...
I have three tables: Item { id, category_id, name, price} Category { id, subcategory_id, name } Subc...
I have a social network type site where there is the normal front end and an admin interface for me...
Hello Everyone, I am new to laravel Framework.I am looking for Baisc CRUD application or any best re...
Hi how can I implement infinite scroll with custom queries in Laravel ? Something like : $query = Se...
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...
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.