Level 1
Feb 6, 2017
2
Level 6
Lumen and laravel sharing same db
Hello, Is this kind of setup doable:
..sever 1: laravel
..server2: mysql
..servers 3: lumen
Server 1 would serve web site with template and all. Server 3 would be only for serving json api. Both server sharing a same database from server 2.
So can both lumen read and write to a same db? The idea is to have full stack server 1 for web and fast api for various mobile devices.
Please or to participate in this conversation.