How to give permission to write temporary files in the c \ windows \ tmp folder with laravel 5.4?

0

I would like you to help me solve this problem: How to give permission to write temporary files in the c \ windows \ tmp folder with laravel 5.4?

    
asked by anonymous 06.08.2017 / 03:51

1 answer

0

I found the answer:

Right click on Computer, Properties, Advanced System Settings, Advanced, Environment Variables, do not touch the top "User Variable to", but on the bottom "System Variable", edit, locate TEMP and TMP, replace with the values below.

TEMP =% USERPROFILE% \ AppData \ Local \ Temp

TMP =% USERPROFILE% \ AppData \ Local \ Temp

    
06.08.2017 / 06:16