Greetings,
is is because it is define in app/config/app.php
'aliases' => array(
'Eloquent' => 'Illuminate\Database\Eloquent\Model',
"Eloquent" is the alias for "Illuminate\Database\Eloquent\Model" in other words "Eloquent" is an abbreviation of the full class path.
Aha! That's what I was missing. Thank you both!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community