
Welcome!
Welcome to your new Symfony project.
This script will guide you through the basic configuration of your project. You can also do the same by editing the ‘app/config/parameters.yml’ file directly.
Major problems
Major problems have been detected and must be fixed before continuing:
- Change the permissions of the "app/cache/" directory so that the web server can write into it.
- Change the permissions of the "app/logs/" directory so that the web server can write into it.
- Set the "date.timezone" setting in php.ini* (like Europe/Paris).
Recommendations
Additionally, to enhance your Symfony experience, it’s recommended that you fix the following:
- Your requirements file is outdated. Run composer install and re-check your configuration.
- Install and enable the intl extension (used for validators).
* Changes to the php.ini file must be done in "/etc/php/7.0/apache2/php.ini".
Symfony Standard Edition