Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upgrading from symfony1 to symfony2 [closed]

We're starting a project right now and we wanted to know what's the best course: use Symfony 2, even though it's not stable and final, or use Symfony1 and upgrade later?

like image 667
VinnyX Avatar asked May 02 '11 14:05

VinnyX


People also ask

What is the difference between Symfony 4 and 5?

Faster and Leaner The Symfony 5 source code has 37,000 less lines of code and runs 7% faster than the previous Symfony 4. x version. Upgrade now to make your applications fly.

How do I run an existing Symfony project?

Running your Symfony ApplicationOpen your browser and navigate to http://localhost:8000/ . If everything is working, you'll see a welcome page. Later, when you are finished working, stop the server by pressing Ctrl+C from your terminal.

Is Symfony open source?

Symfony is an open-source MVC framework for creating modern web applications quickly. It is a complete web framework, and it includes a collection of reusable PHP components. You can use any Symfony component in your applications, regardless of the framework.


1 Answers

I would recommend to start with Symfony2 : migrating from Symfony 1 to 2 will be very difficult, Symfony2 nearly being a totally different framework.

I have to add that even migrating between minor versions of Symfony 1 can be a real pain.

like image 180
Frosty Z Avatar answered Oct 06 '22 01:10

Frosty Z