Install Laravel using Composer

后端 未结 7 2059
孤独总比滥情好
孤独总比滥情好 2020-12-17 05:45

I\'m trying to install Laravel using Composer, but after running the following command

composer create-project laravel/laravel cmsLaravel 5.2
         


        
7条回答
  •  半阙折子戏
    2020-12-17 06:08

    You can just run

    composer install

    and it will process the required files to load the laravel in web browser

    EDIT:

    After seeing your comment, you should go to your laravel directory in your cmd.

    cd C:\xampp\htdocs\laravelCMS

    and run the command

    composer install

提交回复
热议问题