Storage and Media
AiDone saves generated files to your selected storage.
Storage options
You can choose:
- Local storage
- Amazon S3
- Wasabi
- DigitalOcean Spaces
Set this in Admin -> Storage Setting.
Local storage
Local storage saves files under storage/app/public. The installer creates the storage link. If files are not visible, run:
php artisan storage:link
Remote storage
For S3, Wasabi, or DigitalOcean:
- Add the access keys and region/bucket details in
.env - Save and test by generating an image
Public URLs
Some tools (like background removal) require a public URL for the image. If you use local storage, make sure your domain is publicly accessible.
