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...
Hi, is there any way to set default values for the pivot table for attach and save? So rather than h...
Hi guys! I've been stuck in the docs and tutorials for days now! I have a survey website, with users...
My form: {{ Form::checkbox('portfolio', 0, false) }} By default checkbox is unchecked. In controlle...
Hi guys. I missunderstand something. I have two tabels: Products (id, sku, brand, name, etc.) publi...
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