Route::get('/{page:slug}', [App\Http\Controllers\PageController::class, 'show'])->missing(functio...
Hello, I want to use routes without unique prefix like this: `Route::get('/{category:sef}', [App\Htt...
Invoices Model: public function items(){ return $this->hasMany('\App\InvoiceItems','invoice_id','...
Hello, How do I Many to Many SUM? Like this; $users->threads()->comments()->sum('amount');
The Laravel portal for problem solving, knowledge sharing and community building.
The community