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

Actually I solved this. In case anyone is interested, it's a namespacing issuing. This change got it working:

		if($modconfig['needs_models']) {
			$models = explode(",",$modconfig['models_needed']);
			$modelsas = explode(",",$modconfig['models_as']);
			foreach ($models as $key => $value) {
				$class= "App\\" . $value;
				$data[$modelsas[$key]] = $class::all();  
			}
	         }
Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

CrowdForge crowdforge Joined 18 Aug 2015

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.