Answers for "laravel redorect with message"

PHP
3

laravel redirect with message to section

//redirct to previous page with message at a specific setion :)
return redirect(url()->previous() .'#comments')->with('success', 'Data Your Comment has been created successfully');
Posted by: Guest on May-02-2021

Code answers related to "laravel redorect with message"

Browse Popular Code Answers by Language