I was always against this approach, but now I am reconsidering. Is there a best practice way to do t...
I am currently trying to dynamically create a database with a user provided string. I can get the d...
I'm trying to populate a drop down menu with database results in Laravel 4. I'm extremely new to Lar...
i am trying to get an object from a database where the schema is timestamp period_starts_at timestam...
How do I perform a Laravel unique validation on multiple columns for unique relations. One user can...
If I change the Migration Structure (such like CreatePasswordResetsTable) How I to change the databa...
What is the best approach to display data in Alphabetical order using Laravel. what is the best way...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...
I want to develop a forum that will require a user email verification after registration. I don't kn...
I'm using Laravel 5.3 I have custom model follow namespace App\Models; use Illuminate\Database\Eloqu...
I have two tables one is templates and the other is template_images Showing migration of the two tab...
Hello! I am new to Laravel and I spent the last 6 hours trying to get my application to connect to M...
I'm newbie. I want to create a simple web app (ex: a forum only have home page and post pages, in ea...
I am using Laravel eloquent to design my database. Eloquent has a naming convention for naming a man...
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...
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...
I have a row query \DB::select("SELECT * FROM table_name WHERE id=$id"); the result shoul...
I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...
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