Hey!
As far as I understand the best strategy is to develop your API as a classical Laravel application and once you are ready move models, controllers and other source to Lumen and toy around to enable all you actually need and then deploy.
Hey.
I don't get it, why would Taylor remove the artisan generators from Lumen? I'm pretty sure everyone who's using Lumen is using controllers, also he probably will generate a key, will generate commands (jobs), events and listeners.
Is there any way I can re-add those generators to Lumen? Right now what I'm doing is kinda lame where I run the generators on a Laravel app and then manually copy the files to the Lumen app.
Please or to participate in this conversation.