I have been updating Drupal for years using Drush. Now I want to update a Drupal 8.7.1 site to current. My older version of Drush (8.0.2) throws an error, so I updated Drush to v10, and started over.
Now it seems there is no longer an update command in Drush 10?
So I looked to see how to update, and it looks like I need to do it with Composer. I went to do that, using:
I'm exploring some solutions to "move" files storage from classic file folder sites..../files into a file manager system.
I'm trying to use Minio object storage throws flysystem and flysystem_S3
I insert into my settings.php file current configuration
$schemes = [
's3' => [
'driver' => 's3',
'config' => [
'key' => 'minioadmin', // 'key' and 'secret' do not need to be
'secret' => 'minioadmin', // provided if using IAM roles.
'region' => 'eu-central-1',
"The website encountered an unexpected error. Please try again later.
ParseError: syntax error, unexpected 'public' (T_PUBLIC) in Composer\Autoload\includeFile() (line 41 of modules\custom\rsvplist\src\EnablerService.php)."