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...
im using laravel 4.2... idk this problem, but in localhost is running when in hosting im get error ....
Hi, in model Item I need in function all() to get array of different models (like groups, products,...
I'm migrating a platform builded over Yii Framework 1.1.16 to Laravel 5.3. I would like to know if t...
I'm wondering how to get the correct id on join without specifying the table or 'as' in the select p...
how to use pivot table data related two tables like posts and categories. post-model.php public func...
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