Since npm is the package manager for node, I often see that it is used with laravel project templates, but I can not explain why?
For example, this laravel-5-boilerplate instructs npm installas part of the steps to set up a project.
You can also find other examples of using npm with laravel ..
Can someone explain to me?
source
share