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
the plugin does not seem to work with url()->previous() or on FormRequest Redirects.
You can try be creating a controller for a form that makes use of a FormRequest (https://laravel.com/docs/5.6/validation#form-request-validation) and triggering an error in your rule-set. The following redirect will lead the user to a non-prefixed url.
The text was updated successfully, but these errors were encountered:
Hi,
the plugin does not seem to work with url()->previous() or on FormRequest Redirects.
You can try be creating a controller for a form that makes use of a FormRequest (https://laravel.com/docs/5.6/validation#form-request-validation) and triggering an error in your rule-set. The following redirect will lead the user to a non-prefixed url.
The text was updated successfully, but these errors were encountered: