meetgodhani's avatar

Integrating Lumen as API Service with Laravel

Hi

I have a SaaS app with username and password/Social Oauth. My question is how would I use Lumen as restricted API service for only users that authenticate in Laravel app.

I think it would be great to have video on it in creating sub modules for Laravel Apps using Lumen.

0 likes
2 replies
jekinney's avatar

use your Laravel app's database.

If your consuming data that is already in a database makes no sense to use another one unless your syncing the databases on different machines which is usually only for huge apps like facebook, Google etc.

Please or to participate in this conversation.