Composer is not recognized as an internal or external command, Solution 2018

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 32

  • @caaaaaaaaaaaaz
    @caaaaaaaaaaaaz 4 года назад +1

    sir, can i know, if i already installed the wampserver, do i need to separately install the composer in order to use laravel?

    • @anupambd94
      @anupambd94  4 года назад +1

      Yes. You have to install composer for Laravel .

  • @ajaypandya8602
    @ajaypandya8602 4 года назад +2

    Thanks bro Anupam..

  • @lalitbohara8057
    @lalitbohara8057 4 года назад

    Composer could not find a composer.json file in C:\Users\Lalit Bohara I am getting this problem

  • @gurubillishrinivasareddy4540
    @gurubillishrinivasareddy4540 3 года назад +1

    Bro You saved my day thank a ton

  • @CookieDaMann
    @CookieDaMann 4 года назад

    i dont have composer setup

  • @punjabitechmehra9735
    @punjabitechmehra9735 4 года назад +2

    window 7 ke bare batoo

  • @mohitrishigulati
    @mohitrishigulati 4 года назад

    not working on my system

  • @phuongquanvo699
    @phuongquanvo699 5 лет назад +1

    thank you so much

  • @manashHG
    @manashHG 5 лет назад +1

    thank you

  • @nilkamalchoudhury5643
    @nilkamalchoudhury5643 5 лет назад +1

    Thanks

  • @nielfernandez5487
    @nielfernandez5487 4 года назад

    This is not WORKING! what the heck wasting my time 5:45mins. !

  • @AbhishekHShah
    @AbhishekHShah 4 года назад

    no composer folder in program data pleaseeeee helpppp

    • @anupambd94
      @anupambd94  4 года назад

      install composer properly

    • @AbhishekHShah
      @AbhishekHShah 4 года назад

      @@anupambd94 i installed it properly!

    • @AbhishekHShah
      @AbhishekHShah 4 года назад

      @@anupambd94 it is installed and shows composer. phar in my folder plesseeee hellop

    • @anupambd94
      @anupambd94  4 года назад

      Download and install composer from here: getcomposer.org/
      you can follow this video also: ruclips.net/video/V0jfhizO43c/видео.html

    • @anupambd94
      @anupambd94  4 года назад

      Go to folder
      (C:\Users(your user)\AppData\Roaming\Composer\vendor\bin )
      if that folder has composer or composer.phar file then copy that path in the environment variable as path

  • @imok5746
    @imok5746 Год назад

    thx

  • @rabinneupane5906
    @rabinneupane5906 5 лет назад

    i didn't get vendor
    Can anyone assist me??

    • @anupambd94
      @anupambd94  5 лет назад

      try this command: "composer install"

    • @anupambd94
      @anupambd94  5 лет назад

      if not work then make a folder named vendor then try "composer update"

    • @anupambd94
      @anupambd94  5 лет назад

      if getting any error as shown in this video then follow this video first. Thank you.

    • @rabinneupane5906
      @rabinneupane5906 5 лет назад

      I had follow all the video
      I didn't get vendor folder and bin folder

    • @anupambd94
      @anupambd94  5 лет назад

      @@rabinneupane5906 for installing laravel project, we have to specify the version you want
      1: if you want latest version of laravel
      composer create-project --prefer-dist laravel/laravel myproject.app
      2: if you want specific version of laravel composer create-project --prefer-dist laravel/laravel myproject.app "5.2.*"
      so u will get full directory with laravel project
      regards hashik
      try this

  • @kaveenmadusanka8461
    @kaveenmadusanka8461 4 года назад +2

    thank you

  • @yourfellowmuslimyagi2065
    @yourfellowmuslimyagi2065 2 года назад +1

    Thank you