Symfony 4: A new way to develop applications
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.
Symfony 4: A new way to develop applications symfony.com/blog/symfony-4-a-new-way-to-develop-applications
Tweet thisComments
Very interesting articles. But the quick demo article does not work like expected. I think it's because the are recipes just for 3.3 and not for 3.4.x-dev. To get it working like described in the article, I forked the symfony/skeleton repo and set the minimum-stability to alpha. After that I was able to install an working demo with this composer command:
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.
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.
How is this going to work for Windows development when there is no native make command?
Will there be some kind of workaround or fallback?
Will there be some kind of workaround or fallback?
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
Tomáš Votruba said on May 3, 2017 at 09:56 #1