As far, I use the following command to install the laravel
Composer create-project laravel/laravel myblog
Then, As per the documentation of Voyager I use
composer require tcg/voyager
But I want to install a specific version of Voyager in Laravel that is running on the Alibaba Cloud ECS Instance (WAPP Stack).
Any help is appreciated... Thanks...