Daniel Monroy Domínguez

Results 2 issues of Daniel Monroy Domínguez

Hi, Guys. I am facing a problem, how can I make a relationship like the following? ```php function a() { return $this->hasMany(ModelRelated::class, ['employee_id', 'level_id'], ['employee_id', 'level_id']) ->where(function ($q) { $q->whereColumn('parent_table.start_date',...

Hello! I am currently working on implementing an API that will have third party users. My goal is to establish an entry point for the login process, whereby user credentials...

Type: Question