You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install thunder, the command php core/scripts/drupal quick-start thunder fails, because some files can not be found (docroot/autoload.php). All .php and .config files in the folder docroot are missing.
Solution: run "composer drupal:scaffold" before running "php core/scripts/drupal quick-start thunder" to create the missing files.
The text was updated successfully, but these errors were encountered:
When trying to install thunder, the command
php core/scripts/drupal quick-start thunder
fails, because some files can not be found (docroot/autoload.php). All .php and .config files in the folder docroot are missing.Solution: run "composer drupal:scaffold" before running "php core/scripts/drupal quick-start thunder" to create the missing files.
The text was updated successfully, but these errors were encountered: