Install Fixtures in Sylius - Symfony2
问题 After having successfully installed and updated all vendors in my project folder for Sylius i tried running this code : app/console sylius:install --fixtures I get this error : PHP Fatal error: Class 'ResourceBundle' not found in C:\wamp\www\sylius\vendor\ symfony\symfony\src\Symfony\Component\Locale\Locale.php on line 51 Then i tried all possible solutions given here Installed intl extension in php (working successfully).Then ran this command php build-data.php 'your ICU version' On running