Search for threads, articles and users
Quickly access threads and articles by running a global search.
No results found
We couldn’t find anything with that term. Please try again.
I'm trying to use pivot table. But I'm confused how should I define my database tables. Concept: Pac...
Route::get('/artist_list', function () { $artists = Artists::with(['songs_number'=>function($...
You need to define the relationship: public function songs_number(){ return $this->belongsTo('A...
You cannot write both php if syntax and laravel blade @if syntax. However, you can do like this: @if...
use Illuminate\Http\Request;
We'd like to thank these amazing companies for supporting us
Your logo here?
The Laravel portal for problem solving, knowledge sharing and community building.
Laravel.io
Socials
The community