Symfony Requirements Checker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > PHP is using the following php.ini file: C:\xampp\php\php.ini > Checking Symfony requirements: .EEE..........W..........WWW...... [ERROR] Your system is not ready to run Symfony projects Fix the following mandatory requirements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Vendor libraries must be installed > Vendor libraries are missing. Install composer following > instructions from http://getcomposer.org/. Then run "php > composer.phar install" to install them. * app/cache/ or var/cache/ directory must be writable > Change the permissions of either "app/cache/" or "var/cache/" > directory so that the web server can write into it. * app/logs/ or var/logs/ directory must be writable > Change the permissions of either "app/logs/" or "var/logs/" > directory so that the web server can write into it. Optional recommendations to improve your setup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Vendors should be installed in order to check all requirements. > Run the "composer install" command. * intl extension should be available > Install and enable the intl extension (used for validators). * a PHP accelerator should be installed > Install and/or enable a PHP accelerator (highly recommended). * realpath_cache_size should be at least 5M in php.ini > Setting "realpath_cache_size" to e.g. "5242880" or "5M" in > php.ini* may improve performance on Windows significantly in some > cases. Note The command console could use a different php.ini file ~~~~ than the one used with your web server. To be on the safe side, please check the requirements from your web server using the web/config.php script.