Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate to symfony 4 from symfony 3.4

My project is currently setup with 3.4 version of symfony. I want to move to symfony4. So I moved to symfony4 as per suggestions in http://symfony.com/doc/current/setup/upgrade_major.html.

In my current project there are many custom bundles are created in src directory. But now in Symfony 4 there is no bundle structure.

So please guide me how can I proceed with my existing bundles in Symfony4?

Thanks in advance...

like image 271
Jigar Pancholi Avatar asked May 25 '18 06:05

Jigar Pancholi


1 Answers

You can follow the tuto made by Symfony, right here: https://symfony.com/doc/current/setup/upgrade_major.html (you already done that)

And then to update you project structure: https://symfony.com/doc/current/setup/flex.html#upgrade-to-flex

like image 56
Zahori Avatar answered Sep 22 '22 03:09

Zahori