V
V
Vladimir Petrov2020-04-28 18:08:02
PHP
Vladimir Petrov, 2020-04-28 18:08:02

Is it possible to write controllers in Laravel in other programming languages?

Is it possible to write controllers in Laravel in languages ​​other than PHP? Like in Python?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2020-04-28
@Tozh

No, you can separate the architecture so that you have PHP (Laravel) and Python services side by side. Look towards microservice architecture to understand how to design a system.
If you need to request some information from Python, then you can request it from PHP via socket or curl to the edge

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question