I'm using PHP 7.1 on Apache and I just installed a Laravel 5.4 project on Centos 7, and I get the following error:
My user is "root", the permissions of my directory are the following:
I have executed the following commands:
sudo chmod -R 644 storage
sudo chmod -R 755 storage
In both cases the same thing happens. As an additional fact, I must mention that during the installation I could not install the ext-zip package of php 7.1, I did not find it, is that it?