Hello, i'm new user of laravel and i tried use migrations relationship but it doesn't work. Can you...
Hello folks, Please help me to debug my code below. The problem is that after the upload to the data...
Hello! Please advice me how to connect two tables within database - Company and Employees. First, yo...
As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...
In laravel documentations I vividly see: https://laravel.com/docs/5.3/configuration#environment-conf...
select * from (select * from messages_history order by created_at desc) x WHERE sender_user_id =...
I have a Queue, which I'm trying to insert a job but, getting the following error: Next Illuminate\D...
Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...
Good day: I've been on this for several days and I believe the Eloquent module has unnecessary level...
Hello, I'm using SQLite to run unit tests on Jenkins and am unable to use the 5.2 migrations to crea...
Stuck with old laravel 4.2 project. want to implement dingo like transformers in 4.2 any guidance wo...
How can I get the parent without children with child's eloquent model? Child eloquent: class Product...
How can use I mysqli database driver in laravel? I gone through the documentation and found that lar...
Hi. I don't really have a problem with my app. It works but I want to know why it works.... It sound...
I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...
How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...
I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...
Is there a way to catch the table names if I run migration from a controller?
I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...
Why does Laravel provide direct access to Redis? Wouldn't it be better to provide an abstract Key-Va...
beeyev liked this thread
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