Closed cbleek closed 5 years ago
Hello @cbleek,
I have added AssetsInstaller::fixDirPermissions
method on yawik/composer-plugin
repo. This method will be executed after the composer install. When you execute composer with -v
options:
$ composer create-project -sdev -v yawik/standard YawikDemoPhp7
You will get output like:
[yawik] chmod: config/autoload with 0777
[yawik] chmod: var/cache with 0777
[yawik] chmod: var/log with 0777
[yawik] chmod: var/log/tracy with 0777
great! works now as expected
After installation via
composer create-project -sdev yawik/standard YawikDemoPhp7
filevermissions of the following directories shoud be RW to all.You'll get the following error, if eg. apache is executing the yawik code.