Heya, I have a tab in my admin panel called "items", which displays items of every categor...
hello, I'm using Laravel Version: 8.81, PHP Version: 8.1.1, Database: MySQL 8.0.23 During using DB::...
I have a local laravel project and also I have the same project on the online domain with hosting. N...
Hi i am trying to retrive information using the foreign key but it doesnt work. `<?php namespace...
I'm looking for best practice on setting up Laravel (with socialite) to handle multiple social provi...
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...
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')...
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