This is a short and easy tutorial to install Laravel 5.7 for beginners.
Steps:
1. Download Xampp https://www.apachefriends.org/de/inde...
2. Download Composer https://getcomposer.org/download/
3. Download Node - https://nodejs.org/en/
4. "laravel new blog" command will create a fresh Laravel installation in the directory you specify.
5. "php artisan serve" This command will start a development server at http://localhost:8000:
Visit: www.lovelaravel.com