laravel 5.8如何以及在何处更改设置,我可以在磁盘上的任何位置上传文件

I wanna upload files on server via my application in laravel. I do not want to save them in laravel project folder (some app\public) but in another place for example: C:\my_files. How do that?