First time installing Laravel on Windows seems difficult for someone like me. That’s why, I’m writing step by step procedure on how to install laravel on Windows.
-
Step-01: Download Composer
At first, we need to setup the composer. For this, Go to composer’s website and download the Composer-setup.exe file from the Windows installer Section.
-
Step-02: Install Composer
Install the composer into your computer. When installing composer, Remember the following:
— Select “Do not install Shell Menus”
— Locate the PATH of php.exe , if you’re using XAMP that is installed into your C drive, then the Path is similar to like this: C:\xampp\php\php.exe
Read More