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:

  1. 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.

  2. 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.

  3. 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.

Symfony Standard Edition