Hi there! I have a bunch of accessor and I want to receive suggestions on how to improve it. public...
I have a pivot table "show_user" with columns show_id, user_id in my App\User.php i have p...
Hello, in laravel 5.4 setting rule for unique name like $rules = array( 'name' => 'r...
If I do this, I would be able to retrieve the images() for the item $items = Item::all(); foreach($i...
I was working with dropdowns and was thinking if it is possible to use lists() method to get two col...
i'm trying to save a new tvshow and it's episodes into the database with the following code but in t...
Can I know how to I select some fields from table 1 and insert the values of the selected into anoth...
Hi everybody, I am creating e-commerce system but i dont know how to count the total price of items...
Hello, guys! I couldn't find a Scout driver for Elastic Search that would satisfied my needs entirel...
Hi, i had two modules which are Product and Items Modules Here the relationship between these two mo...
Hi guys! I have a query in laravel that does the job in 99%. $users = \DB::table('company_user')...
Ok, really quite stuck at the moment trying to wrap my head around relationships and how best to use...
Hi community, I am quite new to Laravel and currently thinking about migrating a larger project base...
I have a problem with postgres connection that not respect the config in app.php at timezone. config...
TL;DR: Eloquent models are updating, if I dump the object the attributes show correctly, but when I...
Hi Using soft delete, deleted_at column if is null its mean row not deleted else deleted, i check th...
How to create a query that brings all the values from a column and that has another column equal to...
I want to share with you one of my first packages I've ever made. It's called DbMapper and it provid...
Let's say, i've defined DB_DATABASE=one but, there is a time i want to change database name connect...
My query is returning the wrong results because the parameter (minutes) is not being binded to the q...
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.