project
project copied to clipboard
Error occured when create project from bolt/core:dev-main
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?