Welcome to your new Symfony 6.3.0 project on Platform.sh!

We have just created a new Symfony project for you. The generated code has been optimized for a typical web application hosted on Platform.sh.

What's included?

On top of the regular Symfony skeleton, we have made opinionated choices and configured your project to get you started faster and make you more productive:

What's next?

Your project is already deployed in production. To start working on it locally:

  1. Clone it in a local directory via git clone XXXX some-dir/
  2. Install Docker and start services via docker-compose up -d
  3. Install the Symfony CLI and start a web server via symfony server:start -d
  4. Run symfony composer install
  5. Create a new branch with symfony cloud:branch your-branch-name
  6. Commit changes, test them, push the new code to your favorite Git hosting
  7. Deploy via symfony deploy