Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

melx's avatar
Level 4

two laravel project with API

Am looking for advice, can i use one project as frontend and second project as backend and one database and connect them with laravel API?

advice me

0 likes
5 replies
assoft's avatar

Of course...

Backend: Laravel

Frontend: Vue, React, Angular, and other...

melx's avatar
Level 4

how to duplicate the model

BezhanSalleh's avatar

Suppose you have a products table and you want to have access to this table on both projects then You have to create model for Product on both projects as normally you would on a single project.

Please or to participate in this conversation.