Skip to content

Instantly share code, notes, and snippets.

@mazedlx
mazedlx / laravel_exoscale_service_provider.md
Last active March 7, 2023 16:45
Laravel S3 ServiceProvider for Exoscale

How To Use Laravel with Exoscale Storage (AWS S3 compliant)

Make a new service provider

$ php artisan make:provider ExoscaleServiceProvider

Edit the provider to look like this