I'm developing a small application with Laravel 5.2 and Angular2. So far everything is ok in the development environment (not to contradict :)). My concern is how to deploy this application to a shared server - in which case I'll be posting on KingHost.
I have published projects using other technologies in this hosting without major problems.
But the current project has NodeJs and Laravel5.2 and both have a huge amount of dependencies that I believe that should not all be pushed to the server. This is my first project with these two technologies and I have no idea how to publish them . Flávio