Converting a laravel application to lumen

前端 未结 2 2012
北荒
北荒 2021-02-08 02:28

So, I have been building a laravel 5.1 API and after months of work on it it dawned on me that I should have been using Lumen all along.

Is there a way to convert a lar

2条回答
  •  -上瘾入骨i
    2021-02-08 03:19

    Assuming everything you are using is in the Lumen documentation and actually available to Lumen, you should be able to create a new Lumen project and drop your app folder from Laravel into the new Lumen project.

提交回复
热议问题