Manually copy the package config file to <yourproject>\config\medialibrary.php (you may need to
create the config directory if it does not already exist).
Copy the Laravel filesystem config file into <yourproject>\config\filesystems.php. You should add a disk configuration to the filesystem config matching the defaultFilesystem specified in the laravel-medialibrary config file.
Finally, update boostrap/app.php to load both config files: