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
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.