how to call a method from a controller to another file in laravel code example
Example: laravel call controller method from another controller
return \App::call('bla\bla\ControllerName@functionName');
return \App::call('bla\bla\ControllerName@functionName');