Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vnc00's avatar

Don't create laravel.log

Hi, laravel doesn't create the laravel.log - file in storage/logs/laravel.log. I'm using MAMP and it works as the same configuration days ago. :(

Also when I manually create the file, laravel don't write into it. :(

Any ideas?

0 likes
2 replies
cimrie's avatar
cimrie
Best Answer
Level 4

@vnc00

It's likely your permissions (http://laravel.com/docs/5.1#basic-configuration) If you are using Mac you should be able to go to the folder in Terminal. In Terminal:

chmod 755 -R /full/path/to/your/laravel-app/storage

I'm not sure if you'd have the same issue on Windows. If you have MAMP set up with FTP just FTP in with something like FileZilla and right click the storage folder -> Change permissions to 755.

vnc00's avatar

Lol, in my mind I did this already. Thanks a lot, works now. :)

1 like

Please or to participate in this conversation.