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/
- 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!!!
Useful this resource...Hope start learning laravel !!!This will help me to learn🤗🤗
ReplyDelete