Hello, I'm trying to define a relationship where one user has many different roles. An user can sign...
Hi. I'm aware that this was often asked for in the past. There are basically two solution's that can...
I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...
Guys, good night. It's OK? I have a question that is difficult to solve. How would I make this query...
First I would like to thank your community as it has helped me a lot during my journey of learning L...
Ok so I have a table called payments which has two sets of polymorphic fields:- parent_id parent_typ...
Hi all i want to ask a question i have jobs and each job has more that one skills and i want to retu...
I am creating an application with Laravel and Firebird 2.5 and wants to run it on a DigitalOcean ser...
When running any Posts and Model::create function within Laravel I am being greeted with the below e...
User.php public function favorites() { return $this->belongsToMany('Link')->wi...
Hi, I need to do two kind of authentication users. First is by password, so you need to type login+p...
Hi, I'm developping an application with Oracle 10g as database. In ny code, i'm creation a model and...
Hi, I have a question concerning the rollback of migrations provided by external modules. I built a...
I have 2 table user and usedetail. Having relationship(1-to-many) and working fine. But problem is w...
Hello everyone! I have a little problem with Polymorphic relationships en Laravel 5.2. For example,...
I want to get all users: $users=User::get(); After that i want to se for every of them the role. fo...
My regular query is like this : SELECT e.field1, b.field2, c.field3, d.field4, a.field5 , a.field6...
Am implementing full-text search with Laravel Scout and TNTSearch, everything is working fine aside...
Hello everyone, im new with laravel and vue resource and i need help to find how to pass variables f...
<?php use app\PostTable; Route::get('/', function () { // return view('welcome'); return...
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