Support the ongoing development of Laravel.io →
Configuration Requests Architecture

I am currently building a RESTful API for a JS based front end. I have a request to also build a CMS system with Laravel that will also interface with the API. My suggestion is to have them all running as seperate processes, communicating via HTTP requests - quite possibly on seperate Amazon EC2 servers. However its been suggested that this may be slow and, would there be a way to have the CMS make calls to the API via controller requests rather than over HTTP?

Is it possible to have two instances of Laravel communicate in this way?

Last updated 3 years ago.
0

Why dont you develop them as packages and require them in one laravel?

Last updated 3 years ago.
0

Great idea. Thanks!

hettiger said:

Why dont you develop them as packages and require them in one laravel?

Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

adamski adamski Joined 17 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.