wp-eloquent
wp-eloquent copied to clipboard
Installation instructions?
I've installed this in a plugin but when I try to use {{ $users = $db->table('users')->get() }}
I am just getting Undefined variable: db
$db = \WeDevs\ORM\Eloquent\Database::instance();
In readme it's.