); + +//https://stackoverflow.com/questions/31841392/change-the-storage-path-in-laravel-5 +/* +|-------------------------------------------------------------------------- +| Set Storage Path +|-------------------------------------------------------------------------- +| +| This script allows us to override the default storage location used by +| the application. You may set the APP_STORAGE environment variable +| in your .env file, if not set the default location will be used +| +*/ +// symlinkͰσϓϩΠ͍ͯ͠ΔͱɺγϜϦϯΫઌͷϑΝΠϧΛࢀরͯ͠͠·͏ͷͰɺ +// shareΛࢦ͢Α͏ʹઃఆϑΝΠϧͰม͑Δ +$app->useStoragePath(base_path() . env("STORAGE_PATH")); +