Laravel Vapor cli installation error for require league/flysystem-aws-s3-v3
This article is focused on laravel vapor cli error. if you want to see example of laravel vapor cli require league/flysystem-aws-s3-v3 then you are a right place. we will help you to give example of laravel vapor cli installation error. We will look at example of dependency issue in laravel vapor cli. You just need to some step to done laravel vapor cli error.
Few days ago i was trying to install laravel vapor cli using composer require laravel/vapor-cli command but i have following issue:
composer require laravel/vapor-cli
that was error because of dependency of league/flysystem-aws-s3-v3. so you have to install composer package with "--update-with-dependencies" attribute.
So let's install vapor cli with following command:
Solution
composer require laravel/vapor-cli --update-with-dependencies
i hope it can help you...