ecavazos's avatar

Database from Old mysql servers

I want to create an api off of data I have in my current database, using Lumen. What are the options that I have? - I have only started with new databases using laravel/lumen.

0 likes
2 replies
jimmck's avatar

The first question is why an API? Why not migrate the data to new servers. What is your current user base? How do they access the data now? Is the data updated still? Or reference read only?

helmerdavila's avatar

You can use Eloquent for easy api creation or DB Querys (more fast, but more complex).

Please or to participate in this conversation.