First Step to Laravel

 First Step to Laravel


  • First, you have to download the Xampp from the following link.

        https://www.apachefriends.org/download.html


  • Then go to the Xampp->php and copy the path and set it in environment variables

  • Run php -v in the cmd and you will able to see the installed php version,

  • Download the composer from below link and install,
        https://getcomposer.org/
  • Run composer -v in cmd and you will be able to see the version of the composer you have installed

  • Open a new command prompt and create your first Laravel project by executing the following command,
        composer create-project laravel/laravel <your project name>

  • Thank you!!!

Comments

  1. Useful this resource...Hope start learning laravel !!!This will help me to learn🤗🤗

    ReplyDelete

Post a Comment

Popular posts from this blog

Load balance with NGINX

Send Email through Laravel