doutan3040 2017-06-07 17:44
浏览 106
已采纳

为什么我们在使用laravel时使用composer,nodejs和gulp?

What is the real purpose of installing composer and node.js, and the npm install?

  • 写回答

1条回答 默认 最新

  • dongpiao0731 2017-06-07 17:58
    关注
    1. 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

    2. Node js : like @ceejayoz said, it is not mandatory for laravel but may be needed to hook up some external tools.

    3. 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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?