在共享主机

时间:2018-04-07 10:08:22

标签: laravel

我收到此错误

  

目前没有现有目录   “/ opt / lampp / htdocs / protech / storage / logs”并且它不可构建:   许可被拒绝

我在laravel上部署shared host项目后,即使在清除缓存后也是如此。 我用过:

  • php artisan cache:clear
  • php artisan config:cache
  • php artisan route:cache
  • php artisan route:clear
  • php artisan view:clear

仍然有同样的问题。

1 个答案:

答案 0 :(得分:3)

您可以按照以下步骤

执行此操作
    buildscript {
        ext.ICEPICK = "3.2.0"

        repositories {
            google()
            jcenter()
            //Here is not good
        }
        dependencies {
            classpath 'com.android.tools.build:gradle:3.0.1'


            // NOTE: Do not place your application dependencies here; they belong
            // in the individual module build.gradle files
        }
    }

    allprojects {
        repositories {
            google()
            jcenter()
//add here
maven {url "https://clojars.org/repo/"}
        }
    }

这意味着

sudo chmod -R 755 /opt/lampp/htdocs/protech/storage