Anrufmodellfunktion in Controller Laravel
$model = new Model;
$model->func();
__________________________________
or
Model::func() // this function must be static to call it staticly ..
Abdullah Mohamed