Hi, I am trying to create a game with the tables listed below. There is a sample of the migration fi...
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'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...
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',...
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...
try to use following in Laravel 6 but the 'relations_type' column in 'contactable' table does not re...
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