// Create model object $model = new Model(); // Get All $data = $model::get(); // Get First $data = $model::get()->first();