I'm trying to install Sail for Laravel by doing :
composer create-project laravel/laravel myproject
cd myproject
composer require laravel/sail --dev
php artisan sail:install
But I'm getting as Output :
Sail scaffolding installed successfully. The specified path could not be found
Is there anything that I'm doing wrong here?
In case anyone gets stuck here...When you are presented with the list of services, use the up/down arrow keys and press enter.
It will install the images and will not give the path not found error.