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
Hello, It's possible to explain the step to follow to setup the project ?
When I run the composer install command I have an error message related to sylius grid bundle.
An error occurred when executing the "'assets:install '\''web'\'''" command:
PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "SyliusGridBundle" from namespace "Sylius\Bundle\GridBundle".
Did you forget a "use" statement for another namespace? in /var/www/SymEdit/app/AppKernel.php:52
Stack trace:
#0 /var/www/SymEdit/app/CliKernel.php(16): AppKernel->registerBundles()
#1 /var/www/SymEdit/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(450): CliKernel->registerBundles()
#2 /var/www/SymEdit/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(116): Symfony\Component\HttpKernel\Kernel->initializeBundles()
#3 /var/www/SymEdit/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(137): Symfony\Component\HttpKernel\Kernel->boot()
#4 /var/www/SymEdit/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(124): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands(
)
#5 /var/www/SymEdit/vendor/symfony/symfony/src/Symfony/Component/Console/Application.p in /var/www/SymEdit/app/AppKernel.php on line 52```
The text was updated successfully, but these errors were encountered:
Hello, It's possible to explain the step to follow to setup the project ?
When I run the composer install command I have an error message related to sylius grid bundle.
The text was updated successfully, but these errors were encountered: