Unable to run Node Script file from Laravel Controller function
I am trying to run node js file function from Laravel Controller function. Basically Node js file called as translate.js have function which can translate input text to required language ( Like english to hindi etc..) I have done some…