I want to develop a laravel app that get data from python script, what do i need to configure?
I already search how to connect python output via Symfony, but I can't imagine what file I need to change in my Laravel app from this tutor
https://www.sandervanhooft.com/blog/laravel/how-to-use-laravel-with-python-and-the-command-line/
from the beginning, I just want to get the output from python script like text output "hello world".