I am trying to build a search on my website (using the laravel 5.2). I need to search multiple table...
Hello Guys, trying to get id from each person $person = $request->input('person); //valu...
Hello, I'm new here and quite new to Laravel. I've been trying to add a form that submits author, ti...
In Laravel all model values returns as simple list. Is it possible somehow set up primary key as arr...
I don't know what is wrong here. I have this kind of setup: item_model id - integer name - s...
Hi. Nice to be here. I have two classes. Profile and Student. Student extends Profile. There are oth...
Backpack for Laravel is now in public beta. Its philosophy is to provide the building blocks for you...
Here's my query - User::join(CallRequestRating::select('userid', DB::raw('avg(rating) AS ratingavera...
HI all REally appreciate some help with this one if any one has time. I need to remove the white spa...
Hi, I'm working with PostgreSQL, and there is more than one schema on our database: mysystem - cont...
I am trying to Join multiple tables and get results I have now 2 tables 1- projects_info (id - pro_t...
I'm working on a website for a soccerteam where I dynamically generate the ranking by getting all th...
Hello, I am please inquire. With Laravel 5.1, I would get my list of categories, and count the numbe...
Please i need some help in my application. I am using Laravel 4.2 and MySQL database. I am trying to...
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Task extends Model { p...
Good day, I'm new to laravel and have been attempting to figure out how on earth to do a multi-way r...
I unfortunately need to import data from a third-party vendor and use their non-standard database sc...
i have this code in my controller // 1 $header = DB::table('rekap_cmd')->select('date','uni...
I wanna make a query like this. public function find(Request $request){ $dato=$request->buscarD...
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