@
@
@Twitt2019-02-09 23:26:30
symfony
@Twitt, 2019-02-09 23:26:30

What is the difference between the traditional web application version of Symfony and the microservice version?

On the Symfony website, when you want to download, there is this:

If you are building a traditional web application:

If you are building a microservice, console application or API:

How do files for a "regular web application" differ from what is used on a microservice?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BoShurik, 2019-02-09
@BoShurik

If you are building a traditional web application:

https://github.com/symfony/skeleton
In the first version, the basic things are already pre-installed (ORM, swiftmailer, Twig, etc). Essentially an analogue of https://github.com/symfony/symfony-standard for Symfony <= 3. In the second one, only what is needed. It is understood that you will deliver there only what is needed specifically for your service. Nobody bothers to start with symfony/skeletonand for a traditional site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question