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?