Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nandueverurs's avatar

Steps to be followed for migrating lumen project to laravel

Hi All I have a project developed with Lumen. Now i want to migrate the same to Laravel. Can some one help on the migration steps

Thanks Nandu

0 likes
4 replies
WebKenth's avatar

Probably easier to create a new laravel project and one by one moving the files from one project to the other.

Alternatively you should compare the composer files and then require the nescessary files and update

bobbybouwmann's avatar

There is a Laravel shift for Lumen to Laravel.

Scroll a bit down on this page: https://laravelshift.com/

Laravel shift will give your repo pull request which you can merge, it also gives extra comments on the pull request for things you need to do manually.

Please or to participate in this conversation.