Thanks bro
Posts made by Nubelle
-
Build a Fullstack App With Strapi and Next.js
Build a Fullstack App With Strapi and Next.js
-
RE: laravel whereHas with multiple database connections
@root thanks root . let me check it
-
laravel whereHas with multiple database connections
I have small issue with Laravel application , currently I am using two database connection and I want to change the connection in whereHas method.
here is my code .
//Relation Ship Methods public function technician(){ return $this->setConnection('common_database')->belongsTo('App\User', 'technician_id'); } public function commitee(){ return $this->setConnection('common_database')->belongsTo('App\User', 'commitee_validator_id'); }
//controller functions $practices->whereHas(‘technician’, function($q) use($search) { $q->where(‘first_name’, 'like', '%' . $search . '%'); });
-
RE: Problem on migration : products category foreign key
@kasun-rathnayake change data type of category_id as unsignedBigInteger()
-
RE: BIT කරන අයගෙන් උදව්
@amiladayananda machan , hodata de uba palayn esoft , matrix wage institute ekakta. un hamadema karala denwa . weekend eke tama class tiyene . job ekak karna gaman unath karana puluwan . karana gaman intern palayn company ekkakt
-
RE: Laravel IPG Integration
@Kasun-Rathnayake Bro you have to request API doc from them.
-
Laravel Auth user
I have two Laravel applications .
example :
one application is helpdesk application
second application is document management systemIf user login with helpdesk application , can I share the user object with document management system.
-
RE: Laravel IPG Integration
@Kasun-Rathnayake bro , can you send their API here.