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 guys, so i have this input from invoice_table, "order_numbers", with values something l...
Hi community, I am quite new to Laravel and currently thinking about migrating a larger project base...
Hello, I'm very new to Laravel and I want to make a Login / Logout system to my admin panel without...
I have a problem with postgres connection that not respect the config in app.php at timezone. config...
Hi.. i am new in Laravel environment and i just met problem in my first application. I made a page f...
TL;DR: Eloquent models are updating, if I dump the object the attributes show correctly, but when I...
new laravel 5.4 jubayed@localhost> php artisan migrate ~/Desktop/laravel...
Hi Using soft delete, deleted_at column if is null its mean row not deleted else deleted, i check th...
Hi, I follow this https://www.youtube.com/watch?v=hJIc9lVTJj4&index=3&list=PL55RiY5tL51oloSG...
I am getting the following error from migration when i press php artisan migrate:refresh .I have de...
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...
Hi, i'm having an issue connecting my EC2 instance to the Amazon RDS db instance. Please note I'm u...
My query is returning the wrong results because the parameter (minutes) is not being binded to the q...
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'm new to Laravel and I'm trying to fix next issue for 2 days. I want to create database and migrat...
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