How to install Laravel 10.x using Sail?
I use the command curl -s https://laravel.build/example-app | bash And then I get Laravel 11. How to install Laravel 10.x using Sail? I tried command composer create-project --prefer-dist laravel/laravel example-app "10.*" but this project don't use Sail.