1. 인스톨 xampp
www.apachefriends.org/index.html
XAMPP Installers and Downloads for Apache Friends
What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us
www.apachefriends.org
2. composer 인스톨
Composer
Download Composer Latest: v2.0.9 To quickly install Composer in the current directory, run the following script in your terminal. To automate the installation, use the guide on installing Composer programmatically. php -r "copy('https://getcomposer.org/ins
getcomposer.org
3. Open CMD
mkdir laravel under xampp/htdocs
D:\Coding\APIs\xampp\htdocs\laravel
cd laravel
4. Laravel 인스톨
Installation - Laravel - The PHP Framework For Web Artisans
Become a Laravel Partner Laravel Partners are elite shops providing top-notch Laravel development and consulting. Each of our partners can help you craft a beautiful, well-architected project.
laravel.com

composer create-project laravel/laravel example-app
cd example-app
php artisan serve


http://localhost:8000/

Run Apach and Mysql on Xampp and go to
http://localhost/laravel/example-app/public/
than you see the example page