Hi Gaes I encountered a problem where I want to show data by year If the variable $ year I return th...
I have a method that returns all the current user's blogs. User hasMany Blogs and Blog belongsTo Use...
Hello, could somebody kick me into right direction how to build this kind of query in eloquent: SET...
I'm creating a sort of SQL web client and would like to know if it's possible to connect to a user-s...
Hi, im building this SaaS application where the users are billed every month on their join dates. bu...
In native PHP it takes about 2 minutes to link each product on the page to its product_details page...
I got Maximum execution time of 60 seconds exceeded even if I have only 1 record(username, email) in...
I would like to insert a large number of rows into my database using chunks, but I am not sure I am...
Greeting to everybody, I'm building a pretty big and complex application in laravel 5.2. it's going...
Hi Guys...i need some help...i need to implement something like this... select * FROM matchscore_pr...
I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...
hi, I'm started to use Laravel and have a question about the underscore convention when creating tab...
Hi, I'm newbie in Laravel framework. I'm facing errors when I try to migrate some database table. Be...
Dear Laravelists, I would like to give you a heads-up on a wrapper I wrote for Firebase (https://www...
Hi guys, Is it possible in Laravel/Eloquent to only eager load a relation when a condition is met? F...
Using the following: return $this->hasMany(Text::class, 'item_id')->where('item_type', 'produc...
I wanna Know how to pass form data to the database via web service using curl and json in laravel 5....
I've a few projects coming up where I'll need to allow users to create custom fields on things like...
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