-
released this
2024-12-09 20:40:29 +00:00 | 18 commits to main since this releaseWhat's new?
- Add redirection method to Response class
Usage:
// Redirect to the specified URL with a 301 Moved Permanently status code $response->redirect('https://www.example.com', 301); // Redirect to the specified URL with a 302 Moved Temporary status code $response->redirect('/new-page', 302);Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads