Sure, files in the system temp folder are managed by the OS.
But because using temporary files is a common feature I hoped Laravel has a common, standardized, solution. Since the folder has to be writable at run-time by the web server, it needs special attention when deploying. Laravel could have something to make sure rights are set correctly.
As it looks now I have to come up with my own solution.