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

mhopkins321's avatar

Migrate a Slim PHP project to Laravel?

I have a Slim PHP project that I would like to migrate to Laravel. There are about 30 different routes in the Slim app and I was hoping I could convert them slowly 1 at a time but I'm not sure how to handle the nginx side (determining, even if its hard coded, which app to point at).

Is there any way I can do this without having to do the whole thing all at once?

0 likes
1 reply
coderDx's avatar

Don't know if this helps, but I just got the September, 2016 issue of PhpArch magazine, and it is dedicated to migrating projects to Laravel using Illuminate. Maybe something in there might help you. Also, for Illuminate sample code, see the Torch project on GitHub.

Please or to participate in this conversation.