After model is set from(), in addGlobalScope, query field does not exist column through Schema::hasC...
Migrations are great for changing the structure of the database. But what if you want to do stuff w...
My Laravel application (version 5.0.33) has suddenly started throwing the following error: local.ER...
Hello fellows, I'd like to request request new methods for creating/deleting views on migration... (...
Whenever I try to run any database-related Artisan command (e.g. migrate, schema:dump), I get an Arr...
I need to visualize the relationship between the data in the tables. My point is to show what is con...
In model:- use HasTags and when i have attach tags using like this $model->attachTags(['Tag 1',...
Hello, I want to use laravel passport in lumen 8 with mongodb For that i USE jenssegers/mongodb modu...
I want to know the steps to initiate new laravel project.
I have some problem, i have many image in some database ex. www.image.com/user/{id}.jpg i want to do...
I'm developing a CRUD with laravel sanctum, but in validation some of the fields need to accept NULL...
Hello everyone I'm currently working on a laravel project where I have a parent table that has the i...
Hi, I am writing an Automation Test for a software that uses Laravel as back-end. To mock the data I...
tarek-o liked this thread
Hello, I Want To Update My Database Column Of Checkbox On Checked & Unchecked, Want Will Be The...
Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'bsportal_jamalitru...
Hi i have in my database a table with the following fields: $table->decimal('sale_price')...
Hi, We are looking to build support for YugabyteDB in Laravel. I'm new to the Laravel community and...
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...
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