Support the ongoing development of Laravel.io →
Eloquent Views Blade
Last updated 1 year ago.
0

Yo, in the nicest way possible, what the bloody hell you doing, lol?

Model:

class Meta extends Eloquent {
    protected $table = 'meta';
}

Elsewhere:

$thing = Meta::where( 'col', '=', 'val' )->get();
Last updated 1 year ago.
0

LOL I'm trying examples with info from the manual.. Yeah I'm quite confused, so the question is warranted... LOL

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

dlmcglone dlmcglone Joined 3 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.