project icon indicating copy to clipboard operation
project copied to clipboard

Error occured when create project from bolt/core:dev-main

Open macintoshplus opened this issue 5 months ago • 0 comments

Requirements: PHP 8.1

The update_master_to_use_bolt_core_main branch of the project repository allows the creation of a Bolt project using the main branch of bolt/core. The purpose is to be able to test the Bolt installation during development and fix errors.

When running the following command to install Bolt:

composer create-project bolt/project bolt_test_main dev-update_master_to_use_bolt_core_main

The following error occurs:

Attempted to load class "WebServerBundle" from namespace "Symfony\Bundle\WebServerBundle".
Did you forget a "use" statement for another namespace?

macintoshplus avatar Jul 23 '25 07:07 macintoshplus