In this video, we will see how to install laravel in xampp (Mac) using Composer. It is very simple to install only a few steps need to follow.
All required step is given below.
For install laravel using composer, you must need PHP version 7 or 7+
cd /Applications/XAMPP/htdocs
curl -sS https://getcomposer.org/installer | php
php composer.phar create-project laravel/laravel --prefer-dist
After complete, this step just gives read-write permission to laravel directory.