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...
I have a record model and status model. Which each record has status can be "approved", &q...
I'm trying to insert records to either two tables or one table depending on if a record exists or no...
For example, you might have a "My Account" section on the frontend for users, and a User E...
Hi, I'm trying to filter my results based on a field value. Some informations Laravel 5.3 postgres...
Hello, I'm trying to get the info from a specific user via a ID in the url. This is my route: Route:...
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