How To Install Laravel For The First Time

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • In this video, we'll show you how to install Laravel for the first time. Laravel is a popular web development framework that's used by many large web development companies.
    If you're new to web development and want to learn how to install a popular web development framework, then this video is for you! We'll walk you through the step-by-step process of installing Laravel and help you get started with web development.
    Laravel Docs: laravel.com/docs
    Download XAMPP: www.apachefrie...
    Download Composer: getcomposer.org
    Download VS Code: code.visualstu...
    Common Issue Found
    git not found and unzip/zip not found - Enable zip extension in php.ini file, you can find the php.ini file from xampp config button near the Apache. Open php.ini and search for zip remove ";" which will be there before "extension=zip"
    ########## For Doubts (ask it here) ################
    Discord: / discord
    Whatsapp group: whatsappgroup....
    ############################################
    ########## For Business Queries ##########
    Contact us for any business queries:
    Email: mail@codeseasy.com
    Phone number: +918281536333
    WhatsApp: whatsapp.codes...
    ####################################
    Find us on Social Media:
    Website: www.codeseasy.com
    Telegram: t.me/CodesEasy...
    Facebook: / codeseasy
    Instagram: / codeseasy
    Twitter: / codeseasyblog

ความคิดเห็น • 286

  • @CodesEasy
    @CodesEasy  ปีที่แล้ว +35

    Common Issues Found
    * git not found and unzip/zip not found - Enable zip extension in php.ini file, you can find the php.ini file from xampp config button near the Apache. Open php.ini and search for zip remove ";" which will be there before "extension=zip"

    • @NicoNavidad
      @NicoNavidad 10 หลายเดือนก่อน +1

      Thank you very much sir .....

    • @EmanuelRusu
      @EmanuelRusu 8 หลายเดือนก่อน +1

      This comment saved time. Thank you!

    • @saputrauta09
      @saputrauta09 7 หลายเดือนก่อน

      Thankyou so much sir

    • @sayantanpaul1944
      @sayantanpaul1944 7 หลายเดือนก่อน

      can you please elaborate it more

    • @christianarjielopez7581
      @christianarjielopez7581 5 หลายเดือนก่อน

      then?

  • @Joseph1_00
    @Joseph1_00 ปีที่แล้ว +5

    Bro i love you! i was following a laracast and it didnt work for me, i have been at it for 4 hours to fix the errors in their method and get it to work for me. And i watch this video and it works in 10 minutes. THANK YOU!

  • @el-Basit
    @el-Basit 7 หลายเดือนก่อน +2

    Thank you, brother.
    Very easy. Short Precise to the point and accurate.

    • @CodesEasy
      @CodesEasy  7 หลายเดือนก่อน

      Glad it helped

  • @PoshRaven
    @PoshRaven ปีที่แล้ว +8

    Clear, precise and easy to follow, exactly what I was looking for. Thank you

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it helped!

  • @faithakanga
    @faithakanga หลายเดือนก่อน

    Thank you for this tutorial. Literally saved my life.

  • @gulamnabikagathala3762
    @gulamnabikagathala3762 6 หลายเดือนก่อน +3

    Unzip/Zip Not Found error
    For the zip extension in PHP, you need to enable it in your php.ini configuration file.
    Locate your php.ini file. In XAMPP, you can find it through the XAMPP control panel by clicking on the "Config" button next to Apache and selecting "php.ini".
    Open php.ini in a text editor.
    Search for the line that looks like ;extension=zip (it might be different depending on your PHP version).
    Remove the semicolon ; at the beginning of the line to uncomment it and enable the zip extension.
    Save the php.ini file and restart your Apache server through XAMPP.

  • @davidezeol
    @davidezeol 3 หลายเดือนก่อน +1

    Thank you Brother for this video.
    It was very simple.

  • @ethel424
    @ethel424 ปีที่แล้ว +3

    Please how what command should I use to install the starter kit

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Follow the video

  • @RatagonTarry
    @RatagonTarry ปีที่แล้ว +1

    Я целый день не мог решить проблему с запуском кода artisan через vs code. Спасибо индусам за их обучающие ролики на ютубе)

  • @Kawtar-b2f
    @Kawtar-b2f 9 หลายเดือนก่อน +2

    Sir I have an error :
    Failed to download laraverl/laraverl from dist: the zip extension and unzip/7z commands are both missing, skipping.. 😢What the solution of this?

    • @CodesEasy
      @CodesEasy  9 หลายเดือนก่อน

      Check description for the fix

  • @demmyb5619
    @demmyb5619 ปีที่แล้ว +3

    Thanks for this video. it helped a lot. Altough when i wanted to install laravel in the terminal, it gave me some options which you didnt mention in the video. I had to mention if i wanted to install some starterskit and which database i was going to use. At first i typed the wrong stuff so my first project didnt work out. I tried it a second time and mentioned that i didnt want any starters kits.. this time it did work! maybe mention this in a new video! the rest of the video is awesome

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Its the latest Laravel update

  • @aqsasajid4166
    @aqsasajid4166 11 หลายเดือนก่อน +1

    please clarify that we have to make a separate folder for laravel or we have to make it in htdocs of xampp

    • @CodesEasy
      @CodesEasy  11 หลายเดือนก่อน

      its up to you, you can run Laravel project using command php artisan serve - so htdocs folder is not really required.

  • @ChahrazedHamouni
    @ChahrazedHamouni ปีที่แล้ว +1

    which version laravel you installed in web site its 9th and what it display the forth ?? we have same problem i want work with 9th laravel version !
    thank you for explication

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Use command laravel --version after installing Laravel

  • @rushjay00
    @rushjay00 9 หลายเดือนก่อน +2

    thank you🥺 this saves me

    • @CodesEasy
      @CodesEasy  9 หลายเดือนก่อน

      Happy to help!

  • @poncep
    @poncep 7 หลายเดือนก่อน

    Thanks for this video helped me a lot as beginner, Hope I will find how to create project next. Thanks a lot.

    • @CodesEasy
      @CodesEasy  7 หลายเดือนก่อน

      Glad it was helpful!

  • @AminuAliAhmad-y7c
    @AminuAliAhmad-y7c ปีที่แล้ว +2

    Great resource for beginners. Thanks a lot.

  • @legitme5241
    @legitme5241 7 หลายเดือนก่อน +1

    thank you sir it is clear and short video

    • @CodesEasy
      @CodesEasy  7 หลายเดือนก่อน

      You are most welcome

  • @dora1095
    @dora1095 ปีที่แล้ว +2

    Please ulload more videos about laravel...
    Develop based on documentation....

  • @shineshajimathew9056
    @shineshajimathew9056 ปีที่แล้ว +5

    i'm try to create new Laravel my_first_app using the command "Laravel new my_first_app" but shown the permission denied ERROR, (localhost) can you please help me

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว +1

      Check if you have the permission read and write in the folder. Google if you don't know how to check it. It's easy.

    • @Subudevi10
      @Subudevi10 8 หลายเดือนก่อน

      Pp

  • @asamapril
    @asamapril 9 หลายเดือนก่อน +1

    after trying to add my_first_app app i get
    Would you like to install a starter kit?:
    [none ] No starter kit
    [breeze ] Laravel Breeze
    [jetstream] Laravel Jetstream
    >
    what command do i add next "'Yes"?

    • @CodesEasy
      @CodesEasy  9 หลายเดือนก่อน

      none since you are learning and if you are following the video.

    • @CodesEasy
      @CodesEasy  9 หลายเดือนก่อน

      Type none

  • @razaqonweb
    @razaqonweb ปีที่แล้ว +1

    You are a great instructor. You just got a new subscriber. The instructions were clear and easy to follow and everything worked just fine. I will be exploring your channel further. Thank you.

  • @MANILACOVAX
    @MANILACOVAX ปีที่แล้ว +2

    i have already installed the composer but didnt checked the "add this PHP path", is there a way to add it without reinstalling the composer?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว +1

      Yes, go to xampp instalation you will find php there add that path to environment veriable manually. Add it to the paths. Google if you need help on this. It's easy

    • @MANILACOVAX
      @MANILACOVAX ปีที่แล้ว

      @@CodesEasy "Could not find a matching version of package laravel/installation. Check the package spelling, your version constraint and that the package is ava
      ilable in a stability which matches your minimum-stability (stable)."
      this is my next problem, how do i fix this?

  • @Efizzy_brendan
    @Efizzy_brendan 11 หลายเดือนก่อน +1

    After cloning my laravel project from github I noticed a red underline in some keywords please how do i remove those red lines 😢

    • @CodesEasy
      @CodesEasy  10 หลายเดือนก่อน

      Vs code is not ideal for Laravel. Try using phpstorm. Also the red line could be just that the ide not able to recognise the function or something

  • @nidahussnain8394
    @nidahussnain8394 ปีที่แล้ว +1

    Error occur in installation
    Git was not found in your path , skipping source download .
    Failed to download symfony/ process from dist: the zip extension and unzip /7z commands ate both missing.

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Download git and unzip separately

  • @DavidAshby1
    @DavidAshby1 ปีที่แล้ว +1

    Issue on running my_first_app. I haven't changed anything but got Error
    PHP 8.2.5
    10.7.1
    Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()
    Line 100 highlighted
    $iv = random_bytes(openssl_cipher_iv_length(strtolower($this->cipher)));
    Could you advise what the solution to this is please?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Try running composer update

    • @DavidAshby1
      @DavidAshby1 ปีที่แล้ว

      @@CodesEasy Perfect, that solved it. Thanks

  • @psg7421
    @psg7421 4 หลายเดือนก่อน +1

    thank you so much sir very helpfull♥

  • @prefrontallearningcenter5508
    @prefrontallearningcenter5508 10 หลายเดือนก่อน +1

    so easy to follow and understand

    • @CodesEasy
      @CodesEasy  10 หลายเดือนก่อน

      👍

  • @tanmayyguptaa
    @tanmayyguptaa 10 หลายเดือนก่อน +1

    I have windows 8 but I am not able to install Xammp because it shows api-ms-crt-runtime.dll error. What to do. Earlier it was working.

    • @CodesEasy
      @CodesEasy  10 หลายเดือนก่อน

      There could be some compatibility issues.

  • @ArjayPielago
    @ArjayPielago 3 หลายเดือนก่อน +1

    Can I use wampserver instead of xampp?

    • @CodesEasy
      @CodesEasy  3 หลายเดือนก่อน

      Sure

  • @sahilswain3386
    @sahilswain3386 25 วันที่ผ่านมา

    I'm Trying to Run my php laravel wordpress based Project on Localhost I've tried everything but I ain't able to make it please help me .

  • @BeatsWithMahi231
    @BeatsWithMahi231 6 หลายเดือนก่อน +1

    great video saved my day

    • @CodesEasy
      @CodesEasy  6 หลายเดือนก่อน

      Glad to hear it!

  • @NabilMoussa-f3x
    @NabilMoussa-f3x 3 หลายเดือนก่อน

    hello bro thank you for the video, but this is not working for me, after installing, some directories and files are missing in app (no middleware), no Console folder, no Exceptions folder, I have tried reinstalling and checked the versions and everything.

  • @justdoit6072
    @justdoit6072 7 หลายเดือนก่อน +1

    Best video bro ❤

    • @CodesEasy
      @CodesEasy  7 หลายเดือนก่อน

      Glad you liked it

  • @poojatalalimbasiya3815
    @poojatalalimbasiya3815 ปีที่แล้ว +1

    Thank you so much for creating this video.

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Happy that the video helped you

  • @1boykobby
    @1boykobby ปีที่แล้ว +1

    Thank you man🙏

  • @대니카
    @대니카 ปีที่แล้ว +1

    this was really useful! thank you

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it was helpful!

  • @abiyasadafin
    @abiyasadafin 11 หลายเดือนก่อน +1

    work 100% bang, lebih jelas dibandingin penjelasan dosen

    • @CodesEasy
      @CodesEasy  11 หลายเดือนก่อน

      Happy that it was helpful for you

  • @ooo-cm-Prashanthi
    @ooo-cm-Prashanthi 4 หลายเดือนก่อน +1

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)

  • @vladislavriemer5778
    @vladislavriemer5778 ปีที่แล้ว +1

    I've got some trouble installing composer on Windows. Can somebody help?
    Error:
    The name "php" was not recognised as the name of a cmdlet, a function, a script file or an executable programme.
    executable. Check the spelling of the name, or whether the path is correct (if included), and
    repeat the procedure.
    Appriciate any help! 🙂

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You have install xampp first, then add php path. Follow the video without skipping

  • @sopheaoudom6335
    @sopheaoudom6335 7 หลายเดือนก่อน +1

    excuse me sir, i have a question? when i run php artisan serve, it gives me the error like that:
    PHP Warning: require(C:\Users\DALA2\Documents\laravel\firstProject\my_first_app/vendor/autoload.php): Failed to open stream: No such file or directory in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan on line 18
    PHP Fatal error: Uncaught Error: Failed opening required 'C:\Users\DALA2\Documents\laravel\firstProject\my_first_app/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan:18
    Stack trace:
    #0 {main}
    thrown in C:\Users\DALA2\Documents\laravel\firstProject\my_first_app\artisan on line 18?? how to solve it?

    • @jd-pn1cr
      @jd-pn1cr 7 หลายเดือนก่อน

      same prob

    • @alanacodes
      @alanacodes 7 หลายเดือนก่อน

      I'm facing the same problem

  • @HabibDiallo-r1z
    @HabibDiallo-r1z 10 หลายเดือนก่อน +1

    thank you it was so helpfull

    • @CodesEasy
      @CodesEasy  10 หลายเดือนก่อน

      Glad it helped!

  • @amithasan-u5g
    @amithasan-u5g ปีที่แล้ว +1

    Failed to download nesbot/carbon from dist: The zip extension and unzip/7z commands are both missing, skipping.
    The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
    Now trying to download from source

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Check the description

  • @khuwab-nagri77
    @khuwab-nagri77 8 หลายเดือนก่อน +2

    its giving this message
    Cannot use laravel/installer's latest version v5.5.1 as it requires php ^8.2 which is not satisfied by your platform.

  •  8 หลายเดือนก่อน

    I just want to add that although it works this it not a tutorial to install laravel on xampp. He only gets the php.exe from the xampp package which could be installed solo. If you choose to installed it in xampp you dont need to run the "php artisan serve" command

    • @CodesEasy
      @CodesEasy  8 หลายเดือนก่อน +2

      XAMPP makes it easy for further development and for beginners xampp will appeal as the better option. You can always you any way you wish to go with. Therer is wampp and other similar apps, directly install php only. Its all up to you. 👍

  • @khvled_io
    @khvled_io ปีที่แล้ว +1

    what's the software used for screen recorder ?

  • @mansirana6947
    @mansirana6947 ปีที่แล้ว +1

    If I have already made a website, then how to update it? And how to upload that folder?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว +1

      Sorry I don't understand your question, this video is about installing Laravel in a system

  • @codewithmashkoor
    @codewithmashkoor ปีที่แล้ว +1

    Thank you so much for creating this video 😍😍😍

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Happy that you liked it

  • @anismasyitah5128
    @anismasyitah5128 หลายเดือนก่อน

    can i know wht kinda of folder tht u upload at the vs studio code

  • @samsomkimari1235
    @samsomkimari1235 ปีที่แล้ว +1

    git was not found in your PATH, skipping source download git was not found in your PATH, skipping source download ....getting this feedback kindly help on how to proceed

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Go to xampp and enable zip extension from php.ini file

  • @NoufSultan-pz1id
    @NoufSultan-pz1id 7 หลายเดือนก่อน

    when i started making the first application it asked me whether to install breeze or jetstream starter kit, i chose jetstream and yet it asked me whether to install livewire or inertia. what's the difference?

  • @fakhrabashir5855
    @fakhrabashir5855 ปีที่แล้ว +1

    when i write php artisan serve nothing happens the cursor just blink on next line......can you address the issue

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Try restarting the system

  • @dora1095
    @dora1095 ปีที่แล้ว +1

    Hey superb 🎉🎉🎉🎉
    Thank you very much...
    Great video......
    Thanks very clear explanation also.....
    ❤❤❤❤🎉🎉🎉🎉🎉

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Most welcome 😊

  • @NardosSimeneh
    @NardosSimeneh 2 หลายเดือนก่อน

    Please help me...i processed this steps by using composer and vs code can't be access

  • @ahmedounissi-m5v
    @ahmedounissi-m5v ปีที่แล้ว +1

    hello how i got a web project that was worked on with laravel how can i use it after installing

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      To run, use the command php artisan serve

  • @ElizabethNantambi
    @ElizabethNantambi ปีที่แล้ว +1

    Thank you so much. the vid was helpful. could you please upload more videos on laravel

  • @delano4264
    @delano4264 ปีที่แล้ว +2

    TY bro very helpful

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it helped

  • @eshanwijetunge2518
    @eshanwijetunge2518 ปีที่แล้ว +1

    Thank you very much it works

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Happy that the video helped you

  • @tohabin5064
    @tohabin5064 11 หลายเดือนก่อน +1

    thanks. helpful for me

    • @CodesEasy
      @CodesEasy  10 หลายเดือนก่อน

      You are most welcome

  • @ilzrahmohamed7580
    @ilzrahmohamed7580 ปีที่แล้ว +1

    when i go to create my first larvel project via "composer global require laravel/installer" an error occure
    it tell that the command "composer " does not existe

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว +1

      You have to watch the video from beginning to end, don't skip.
      We are showing how to install composer also

  • @savagemindsetbyasic
    @savagemindsetbyasic 3 หลายเดือนก่อน

    I can run smoothy all my projects, but the next day I can't run on my browser and it's said local host refuses to connect .why is this happening ?

  • @sibajasmines8022
    @sibajasmines8022 ปีที่แล้ว +1

    Very clear explanation 👌

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad you liked it

  • @jeraldmacion
    @jeraldmacion 11 หลายเดือนก่อน

    What do I choose after the laravel new my_first_app
    it goes would you like to install a starter kit?
    none - no starter kit
    breeze - Laravel Breeze
    jetstream - Laravel Jetstream

    • @CodesEasy
      @CodesEasy  11 หลายเดือนก่อน

      1st one

  • @haditya1239
    @haditya1239 8 หลายเดือนก่อน +1

    why after I run "composer global require laravel/installer" in the terminal appears "Unable to use a proxy: malformed http_proxy url". what is my mistake?

    • @CodesEasy
      @CodesEasy  8 หลายเดือนก่อน

      Go to the environment variables and check for http_proxy
      If you find it remove it and restart the system

    • @usmantuts6351
      @usmantuts6351 7 หลายเดือนก่อน

      Where is environment variable.because it's same issue bro I am so confuse

    • @usmantuts6351
      @usmantuts6351 7 หลายเดือนก่อน

      Plz tell me step by step procedure

  • @SylviaKhan02
    @SylviaKhan02 8 หลายเดือนก่อน +1

    I followed the whole tutorial but encounter the following :
    " Would you like to install a starter kit? [No starter kit]:
    [none ] No starter kit
    [breeze ] Laravel Breeze
    [jetstream] Laravel Jetstream "
    Kindly tell me the solution.

    • @CodesEasy
      @CodesEasy  8 หลายเดือนก่อน

      Latest version of the video: th-cam.com/video/yFFXPAOvIic/w-d-xo.html

  • @RIMJAMAA
    @RIMJAMAA ปีที่แล้ว +1

    BY using the command ( php -S localhost:8000 -t public/ ) aravel is running but the address 127.0.0.1 is not (127.0.0.1) doesn't allow the connection

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Use php artisan serve

  • @hakdog2632
    @hakdog2632 ปีที่แล้ว +1

    how to fix this ? git was not found in your PATH, skipping source download

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      One you have to enable unzip xampp and restart xampp.
      Then install git manually if needed

  • @derryljunior5644
    @derryljunior5644 ปีที่แล้ว +1

    this the result
    Failed to download symfony/process from dist: The zip extension and unzip/7z commands are both missing, skipping.
    The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
    am i did wrong?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      install unzip manually

  • @ligma941
    @ligma941 18 วันที่ผ่านมา

    how to fix "git was not found in your PATH, skipping source download" asap

  • @moumitanag157
    @moumitanag157 หลายเดือนก่อน

    When i click ctrl+link ,Chrome didn,t shown laravel ... Now what can i do?

  • @jasminefp1278
    @jasminefp1278 ปีที่แล้ว +1

    Thank you so much !! ❤❤❤

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You're welcome 😊

  • @MouadDoadi
    @MouadDoadi ปีที่แล้ว +1

    Thank you so much, that was a great video.

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it was helpful!

  • @1nsight909
    @1nsight909 ปีที่แล้ว +1

    I did all the steps above but I got errors in my vendor folder and when I try to access the public folder in the web browser I get errors and I can't display the laravel home page

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Try creating a new project. And make sure your server is running

  • @pocketplay216
    @pocketplay216 6 หลายเดือนก่อน +2

    thank you very much

    • @CodesEasy
      @CodesEasy  6 หลายเดือนก่อน +1

      You are welcome

  • @joanamay6799
    @joanamay6799 ปีที่แล้ว +2

    composer : The term 'composer' is not recognized as the name of a cmdlet, function,
    script file, or operable program. Check the spelling of the name, or if a path was
    included, verify that the path is correct and try again.
    At line:1 char:1
    + composer global require laravel/installercomposer global require lara ...
    + ~~~~~~~~
    + CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundExc
    eption
    + FullyQualifiedErrorId : CommandNotFoundException

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You have not installed composer properly. Watch the video properly and do once more. Make sure you add the path to environment veriable correctly q

    • @kenyleonardourgelyoshiie9549
      @kenyleonardourgelyoshiie9549 ปีที่แล้ว

      try this , composer global require laravel/installer --update-with-all-dependencies

    • @linkthelegend01
      @linkthelegend01 ปีที่แล้ว

      This happens when Composer isn't installed to the correct PATH. Just reinstall Composer and make sure to check the box that says "Add to PATH" then you should be good.

    • @ahmadabeer3523
      @ahmadabeer3523 ปีที่แล้ว

      Try restartin your pc. It worked for me

  • @Ethan-uy9ll
    @Ethan-uy9ll ปีที่แล้ว +1

    So how does XAMPP play into this? Could you explain why it is necessary?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      For php, Apache server and MySQL ( if you are using it )

    • @rib_rob_personal
      @rib_rob_personal ปีที่แล้ว

      @@CodesEasy Couldn't you just install php on its own?

    • @brangja4815
      @brangja4815 ปีที่แล้ว

      @@rib_rob_personal You can install them separately. But that are too many step and tools to install to reach useable development environment. Xampp take care of all those tidiest steps.

    • @Lerionjaknwauda
      @Lerionjaknwauda ปีที่แล้ว

      @@brangja4815 i am using my host and database

  • @udayworldwide
    @udayworldwide 8 หลายเดือนก่อน +1

    Can't we run local test server using xampp?

    • @CodesEasy
      @CodesEasy  8 หลายเดือนก่อน

      Yes

    • @udayworldwide
      @udayworldwide 8 หลายเดือนก่อน

      Then please post a video how to run test server without serve command using xampp which supports routing

  • @justinernest2363
    @justinernest2363 8 หลายเดือนก่อน

    please show for phpstorm. Idk if the process would be different, but i just installed phpstorm and licensed using my student account but for some reason it does not automatically pop up when im setting up composer, what am i doing wrong?

    • @CodesEasy
      @CodesEasy  8 หลายเดือนก่อน

      I don't understand your question.
      But here is the latest version of this video th-cam.com/video/yFFXPAOvIic/w-d-xo.html

    • @justinernest2363
      @justinernest2363 8 หลายเดือนก่อน +1

      @@CodesEasy thank you so much sir...and even besides this, thank you for all the services and educational resources you provide...you're doing a world of difference touching people's lives all over the globe. You are a treasure to the programming/CS/IT community, please keep up the good work and always know that your time, attention, dedication and hard work is highly valued💫💫thank you!

  • @ivangerginov5648
    @ivangerginov5648 ปีที่แล้ว

    Thank you, very easy to understand

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it was helpful!

  • @GlennLevyBabalcon
    @GlennLevyBabalcon 8 หลายเดือนก่อน +1

    PS C:\composer\Laravel> composer global require laravel/installer
    composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a
    path was included, verify that the path is correct and try again.
    At line:1 char:1
    + composer global require laravel/installer
    + ~~~~~~~~
    + CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @CodesEasy
      @CodesEasy  7 หลายเดือนก่อน

      Make sure the composer path is added to environment variables
      Restart your system.
      Use command prompt instead of terminal instead vs code

  • @surajdebnath5085
    @surajdebnath5085 3 หลายเดือนก่อน

    Vite manifest not found at: C:\Users\DELL\OneDrive\Desktop\Larvel\my_first_app\public\build/manifest.json bro this problem showing please help

  • @muhammadnaqiuddin5642
    @muhammadnaqiuddin5642 ปีที่แล้ว +3

    Why after i click open folder and then click select folder it will show patch does not exist?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Select a folder and then click select or simply drag and drop the folder to vs code.

  • @bkimking
    @bkimking 4 หลายเดือนก่อน

    "C:\Users\Guest\Desktop\laravel\First_app>Laravel new My-App
    'Laravel' is not recognized as an internal or external command,
    operable program or batch file." it was good all through the, Boom this error appeared. any help

  • @Lucky-se3ln
    @Lucky-se3ln ปีที่แล้ว +1

    I seem to have two errors one saying saying that the term laravel is not recognised and another error before that stating " Failed to download symfony/process from dist: The zip extension and unzip/7z commands are both missing, skipping.
    The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
    Now trying to download from source"
    What do I need to do?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You have to follow video as it is. First install xampp and add php path. Then install composer and then the Laravel command globally. That's all. Now you can use the Laravel command from anywhere

    • @Lucky-se3ln
      @Lucky-se3ln ปีที่แล้ว

      @@CodesEasy I did do all of that, the issue wasn’t me following the instructions. I had a different issue that I sorted now anyways. Thank you though!

    • @mesamzardari
      @mesamzardari ปีที่แล้ว +1

      @@Lucky-se3ln i am getting same issue what's the solution bro?

    • @yusufoluwajuwonbalogun9713
      @yusufoluwajuwonbalogun9713 ปีที่แล้ว

      I'm having same issue. How did you get rid of the "failed to download symfony error"?

    • @cremie4930
      @cremie4930 ปีที่แล้ว +1

      Guys, if your VS code is open during the installation of Laravel then close it and open again then try running the composer installer again.

  • @murshik4067
    @murshik4067 11 หลายเดือนก่อน +1

    Pls do more videos on Laravel pls..

    • @CodesEasy
      @CodesEasy  11 หลายเดือนก่อน

      Sure. On the way ...

  • @Rohidhabibyar
    @Rohidhabibyar ปีที่แล้ว +1

    thanks that was profect!

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it helped!

  • @ivanovskyyy
    @ivanovskyyy ปีที่แล้ว +1

    after using the coimmand in terminal it says git is not found in your PATH

    • @ivanovskyyy
      @ivanovskyyy ปีที่แล้ว

      update just a few minutes i found a solution where you go to config of apache in php and remove the colon in extension=php in notepad

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      👍

  • @kyuban3943
    @kyuban3943 6 หลายเดือนก่อน

    You are trully amazing

  • @cheffloppa1
    @cheffloppa1 5 หลายเดือนก่อน

    After I do
    ``` laravel new example-app```
    It gave me an error that laravel its not recognised as the name of cmdlet

  • @abhijith5413
    @abhijith5413 ปีที่แล้ว +1

    I don't get the path in terminal what would do?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Add the path manually

  • @Mfbzai
    @Mfbzai ปีที่แล้ว +1

    Very helpful!

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Glad it was helpful!

  • @SaravananLakkumanan
    @SaravananLakkumanan ปีที่แล้ว +1

    while running php artisian serve its shows fatal errors..please help

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      What's the error

  • @oscarvasquez5033
    @oscarvasquez5033 ปีที่แล้ว +1

    Thanks!

  • @vaishnavirnair4231
    @vaishnavirnair4231 4 หลายเดือนก่อน

    thankyou verymuch sir

  • @Tris1991-wi8if
    @Tris1991-wi8if ปีที่แล้ว +1

    Can you please do a full project in laravel for us

  • @SrQuesoH
    @SrQuesoH 11 หลายเดือนก่อน +1

    the vendor folder doesnt appear, what do i do?

    • @CodesEasy
      @CodesEasy  11 หลายเดือนก่อน

      Your project might not have been created properly.
      Create a new one, if you have composer.json file try composer install

  • @BRUNAMarkJohnAmpatin
    @BRUNAMarkJohnAmpatin ปีที่แล้ว +1

    Thank you so much.

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Always welcome

  • @MaheshGunawardena
    @MaheshGunawardena ปีที่แล้ว +1

    Thanks mate

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว +1

      Happy to help

  • @khushiuhebbare6485
    @khushiuhebbare6485 ปีที่แล้ว +1

    Sir it is showing failed to download in terminal wht should I do?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Try again

    • @khushiuhebbare6485
      @khushiuhebbare6485 ปีที่แล้ว

      @@CodesEasy I did but it is showing failed to download

  • @aminmengal7925
    @aminmengal7925 ปีที่แล้ว +1

    Thank you bro

  • @muneebamushtaq-cf4ie
    @muneebamushtaq-cf4ie 2 หลายเดือนก่อน

    when i click on link, it gives an error, how can i solve it