Hi, Sorry for noob question. I have a controller named Project, worknotes and attachments The relati...
I've merges 2 Collections: use Illuminate\Pagination\LengthAwarePaginator as Paginator; ... $towni...
I have a small form. when I hit edit button it redirect to the edit page and nothing to see anything...
Is there any better way to associate foreign keys with a record. This way is making my controller bu...
How to use marklogic super awesome document structuring and lightning fast search mechanism with lar...
projects id, name projects_services(1 project_id <-> M service_id) project_id, service_id serv...
My goal isn't all that lofty. I want to detect when the following: $current = Promovote::where('mod...
Hello I am getting the Call to undefined method AdminDashboardController::getAfterFilters() error wh...
Hello, I am looking for any method for progession rate generation during the execution of the query....
I am having a huge database with millions of records in different tables. It all works fine when I a...
This tables are just for example. Let's say we have two tables: order_items(id int, name string, pri...
I have my user model and I have a custom composer package I am working on which creates a custom tab...
I have query something like this $payIn = MtcPayment::select(array(DB::raw('GROUP_CONCAT(method)...
Hello guys, i have hasMany relationship between two tables like this: Parameter::where('property_id'...
I need help with 2 queries. 1 First I am trying to get all Posts for a specific Category, I have a c...
I want to add the same club_id to the newly created user as the logged in user that is creating him...
How to do with Laravel 5.1 Eloquent to get this: "SELECT cont FROM news" ?
When I Updating a data it always displays Forbidden. i dont no how to solve it. here is my code bloc...
At the moment I am writing a parser for exam result files. There are 3 model classes: Exam, Question...
I'm using laravel 5.1 for a simple app. Right now I have a simple front-end and back-end. If I add n...
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