dash-helper Last updated: 2022-11-10
if you want to use redirect with full path and segment in dash project
use this helper function
dash();
return redirect(dash('/example/resource/or/segment'));
if you want to use redirect with full path and segment in dash project
use this helper function
dash();
return redirect(dash('/example/resource/or/segment'));