Hi, i would like to create a simple output. My Controller has this code $item = Item::select('name',...
Hi everyone, I'm new here and I need some help. My English is not that good, so I hope my sentences...
Hello world, Im trying to code a tournament system in laravel where users can join a tournament as s...
When you try to save data to the database, the page just loads endlessly. I also tried other methods...
I have an issue that I'm running into and can't seem to find an answer or figure it out myself. So h...
try to use following in Laravel 6 but the 'relations_type' column in 'contactable' table does not re...
DB::table("rates") ->selectRaw("sum (datediff( day, case when $start_date > sta...
I have a project model where I want to associate roles and then users. The roles is a subset of the...
https://github.com/bastinald/laravel-automatic-migrations Laravel Automatic Migrations Automatic mig...
I saw this thread from 7 years ago and thought I should update the answer. To improve on viquanghoa...
I need to access two databases in my application. One is MySql and another is SQL. MySql is hosted i...
Hey, Does anyone have experience with cloudinary-laravel-sdk? Any examples on CRUD operations on thi...
User Role And Permission is an important Module for any website. From My experience, I got a proper...
mashrat711 liked this thread
I am making laravel project. There is need to merge two complex eloquent queries, not query result....
I want to distinguish 2 queries when one field is null or not null. Let me see one table named 'repo...
Fields are missing from a table included in a migration. Any suggestions would be very much appreci...
I wanna to show common users verified, not out of date and unbanned: a) all songs b) songs by title...
I'm trying to convert an SQL Query to a relationship in Eloquent, and having great difficulty. This...
This works when entering data to database in the form: <tr> <td>{{_('Longitude')}}&...
when i am trying to log in with the credentials from my custom log in page, it show me the error Err...
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