How can we combine laravel and node.js

I have recently purchased a template from themeforest.net that is designed using Node.JS and AngularJS and is using Material Design Framework. It is an Admin Page template.

I am creating a software using Laravel Framework for which I purchased the template. The problem that is occurring is that I need to combine Laravel and Node.js for making the software work and look good. I searched everywhere to find a niche tutorial on this particular topic but was unable to find one. I also followed this tutorial: kodeinfo.com/post/realtime-app-using-laravel-nodejs-angularjs-redis but it is for laravel 4 and since laravel has changed a lot of things (like directory structure) in Laravel 5 it is hard to follow. It will be a great help if someone help me out with this as I have spent a lot of money in this template so I have to go on with this one only.

Please someone provide the link to tutorial in which I can find out the ways of doing that.

Thanks in advance.

You can’t really combine a php website and node js website. What you can do is create two separate websites and have those two websites able to communicate with each other via shared database and/or web services. For example, the laravel website could act as the data warehouse exposing an API that the node js and angular website consumes.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.