Requirement
Xampp
Composer
Run composer
Goto the directory e.g cd c:/xampp/htdocs/<directory name>/
Run command
composer create-project --prefer-dist laravel/laravel blog "7.*"
php artisan serve
Comments
Post a Comment