Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel Application Helper Function: back

The back helper function in Laravel creates a redirect response to the user's previous location. It takes two optional parameters to control the status code and headers of the response. You can change the status code to be either "Found" or "Moved Permanently" and you can supply additional headers. There are different ways to return a redirect response using the...