How to use a local MinIO S3 server with Laravel, and automatically configure it for your Laravel Dusk test suite
– protone.media - submitted by Pascal Baljet
I've created a little package that automatically starts and configures a MinIO server for each test. You can choose to start a new server for each test or use the same server for the entire test suite.
Read more [protone.media]