What is the real purpose of installing composer and node.js, and the npm install?
1条回答 默认 最新
dongpiao0731 2017-06-07 17:58关注composer is the dependency manager for php laravel framework. Look at this link for more infomation on this: https://www.tutorialspoint.com/laravel/laravel_installation.htm
Node js : like @ceejayoz said, it is not mandatory for laravel but may be needed to hook up some external tools.
If by non install you meant npm install, npm is the package manager for node js (npm stands for nodejs package manager). This is a tool that lets you install several packages that work with nodejs. According to the npm website, npm lets you discover and re-use over 470,000 free code packages in the npm Registry.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报