For a beginner this software will be a good starting point. It can easily create a project without any trouble.
Laragon
TFS mcn.
For a beginner this software will be a good starting point. It can easily create a project without any trouble.
Laragon









[SIZE="3"]php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '61069fe8c6436a4468d0371454cf38a812e451a14ab1691543f25a9627b97ff96d8753d92a00654c21e2212a5ae1ff36') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"[/SIZE]
composer.phar
mv composer.phar /usr/local/bin/composer
composer create-project --prefer-dist laravel/laravel my-project

