😏Create Scripts permission, Tạo quyền đối với Tập lệnh

https://stackoverflow.com/questions/23411520/how-to-fix-error-laravel-log-could-not-be-opened?fbclid=IwAR1-p2rdpnjP7xZ2g0KiS76zGur-8kkq8w87jDOPLdWFyudt92A7iOJmalY

composer.json

"scripts": {
    "post-install-cmd": [
          "chgrp -R www-data storage bootstrap/cache",
          "chmod -R ug+rwx storage bootstrap/cache"
     ]
}

Last updated