brohieim's avatar

Lumen without a Database?

Anyone have an example of using Lumen without a database. We want to use a 3rd party API to get/set data.

0 likes
3 replies
bashy's avatar

And what do you want to do with that data? Will you want to store it somehow?

davorminchorov's avatar

If you are not going to serve data, you don't need Lumen at all. Build a mobile app or build the front end with that app (either using JQuery or a single page app framework)

bretterer's avatar

I don't understand the question here. If you don't need a database for your Lumen project and just want to store data with a 3rd party, don't use a database. Nothing says you have to use one with Lumen. In fact, eloquent is not even enabled by default when you create a new lumen project.

1 like

Please or to participate in this conversation.