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...
Im having a odd issue with my CRUD on Laravel 5.4 and PHP 7.1 when developing via "php artisan...
Here is pictorial Question with 3 screenshots: http://imgur.com/a/94vrg
How set this pure mysql code in laravel SELECT * FROM users WHERE YEAR(created_date) = 2017 and MONT...
I have 3 tables: users (fileds: id, name, etc.) profiles (fields: id, user_id, first_name, last_name...
I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...
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