You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With v4 you may simply use the native view method - the package automatically hooks into this process to resolve the correct view to load (whether its from your theme or your root app)
I used version 3. It makes redirect to view in the controller.
return Theme::view('frontend.index', compact( 'var1', 'var2', ))->render();
But how to make redirect to view with version v4.0.2?
Thanks @kaidesu
The text was updated successfully, but these errors were encountered: