美文网首页
无标题文章

无标题文章

作者: lichnow | 来源:发表于2014-10-10 23:01 被阅读0次

    Laravel 4.2安装方法

    -------------------

    ### 方法一:通过Laravel/installer简洁安装([请查看文档][1])

    ### 方法二:通过Composer安装(本课程使用)

    ### 方法三:手动安装([请查看文档][3])

    - 没有安装Composer.phar的请先安装([安装方法][2])

    - 接下来使用composer在你的web根目录执行以下命令:

    ` composer create-project laravel/laravel 你的项目目录 --prefer-dist `

    [1]: http://laravel.com/docs/4.2/quick#installation

    [2]: http://getcomposer.org/doc/00-intro.md

    [3]: http://laravel.com/docs/4.2/quick#installation

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/mphptttx.html