Hi everyone, I'm currently doing my first project with Laravel and I'm kinda stuck on validation, be...
Hi, I have been struggled with this couple of days and i just can't get my head around with this. I'...
Hi, i'm trying to create a search functionality that uses 3 tables, and it uses combined values from...
i have the following tables users devices sensors measurements with the following relationships user...
Is there a 'Laravel way' of writing something like this? $products = Product::select(DB::raw( 'mw_pr...
Hello. My application demands attachments to models (with different sizes), probably, watermarks and...
Hi guys, I'm new to Laravel and enjoy to play with it. But I stuck almost 2 hours on using query bui...
Perhaps this should go into github, but I will let it know here first to hear your opinion. Given th...
I'm creating a subnavigation with childs in childs. And i would like to know how i can optimalise th...
What am I doing wrong ? please advice ? Controller public function getHotelgallery($hotel) {...
I've got three tables, dates, and composite dates (and a pivot table). A date can be in many composi...
I'm curious how you guys structure the controller's response on an ajax call? I usually don't use th...
Im not sure, but i think in the past, when i used timestamps() in my migration, laravel automaticall...
I'm building a threaded forum using closure tables. I have two tables, Paths and Comments, set up li...
I have a form that allows a user to submit a small image and a large image. The edit form is where I...
Hello friends, I'm currently coding a REST API, however I'm having an issue with Laravel 4.1.x Bindi...
Hi, colleague! I think that common multilangual mechanism is a good idea. We have common class, whic...
Hi I've got 2 tables. THe first one is the full listed option with (id, name). The second one is the...
Consider the following setup (and let's not discuss wether it makes sense as it's only an example)....
I have Posts, that are linked to many Tags in a many-to-many relationship. I also have an array of T...
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