소스 검색

:wrench: add aws s3 support

Jeremy Zheng 1 개월 전
부모
커밋
306a153124
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/laravel.sh

+ 1 - 1
scripts/laravel.sh

@@ -5,7 +5,7 @@ set -e
 git config --global --add safe.directory "$(dirname -- "$(realpath -- "$PWD")")"
 git config --global --add safe.directory "$(dirname -- "$(realpath -- "$PWD")")"
 
 
 composer require --no-scripts \
 composer require --no-scripts \
-    guzzlehttp/guzzle opensearch-project/opensearch-php phpoffice/phpspreadsheet aws/aws-sdk-php firebase/php-jwt casbin/casbin godruoyi/php-snowflake intervention/image mustache/mustache php-amqplib/php-amqplib php-ffmpeg/php-ffmpeg predis/predis
+    guzzlehttp/guzzle opensearch-project/opensearch-php phpoffice/phpspreadsheet aws/aws-sdk-php firebase/php-jwt casbin/casbin godruoyi/php-snowflake intervention/image mustache/mustache php-amqplib/php-amqplib php-ffmpeg/php-ffmpeg predis/predis league/flysystem-aws-s3-v3
 
 
 npm install --save \
 npm install --save \
     bootstrap bulma @material/web \
     bootstrap bulma @material/web \