github.com
Creativity, curiosity, and code
GitHub is where people build software. More than 27 million people use GitHub to discover, fork, and contribute to over 80 million projects.
In Laravel it’s quite common to return “back” to the previous URL a visitor was on. If you’re not using `return back()` or something similar this magic is often…