Symfony 4: A new way to develop applications
May 3, 2017 • Published by Fabien Potencier
During the last weeks, I published a series of blog posts about my vision for Symfony 4 on my personal blog. The last article of the series so far demonstrates how to bootstrap a project with Symfony 4 (by using Symfony 3.3).
If you want to learn more, here is the full list of the currently published blog posts:
- Symfony 4: Compose your Applications
- Symfony 4: Monolith vs Micro
- Symfony 4: Best Practices
- Symfony 4: Directory Structure
- Symfony 4: Automate your Workflow
- Symfony 4: Contributing Recipes
- Symfony 4 : A small screencast…
- Symfony 4: A quick Demo
Have a good read!
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
composer create-project symfony/skeleton demo --repository='{"type":"vcs","url":"https://github.com/skroczek/skeleton.git"}' --stability dev
This is just a quick&dirty fix, and I'm sure this get fixed in the near future.
Will there be some kind of workaround or fallback?