Aktion auf eine bestimmte Controller -Methode in Laravel umleiten

return redirect()->action([controllerPath::class, 'classMethod'], ['dataParameter' => 'if exist']);
Muhammad Ariq Rafi