Storage
Badaso provides some storage driver that laravel already support like AWS S3, Google Drive and Dropbox.
To use the storage driver, just set it on env like below.
#
Setup ENV- AWS
- Google Drive (Backup only)
- Dropbox (Backup only)
#OPTIONAL. Badaso default storage driver are public by removing the key below from .envFILESYSTEM_DRIVER=s3AWS_ACCESS_KEY_ID=AWS_SECRET_ACCESS_KEY=AWS_DEFAULT_REGION=AWS_BUCKET=AWS_URL=
#OPTIONAL. Set Google Drive if use Google Drive as backupGOOGLE_DRIVE_CLIENT_ID=GOOGLE_DRIVE_CLIENT_SECRET=GOOGLE_DRIVE_REFRESH_TOKEN=GOOGLE_DRIVE_FOLDER_ID=
BACKUP_DISK=drive
#OPTIONAL. Set Dropbox credential if use Dropbox as backupDROPBOX_AUTH_TOKEN=
BACKUP_DISK=dropbox
Note : How to get Dropbox token and Google Credential.