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
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
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.
While an old post, the Lumen to Laravel Converter was release and still available.
If you're still running Lumen, I recommend converting as (IMHO) Lumen is "dead".
Please sign in or create an account to participate in this conversation.