How do you use the command laravel new
with the option --using=starter-kit-here
?
I am trying to create a laravel project to auto install the vue starter kit. As per the laravel 12 documentation, the command is as follows:
laravel new my-app --using=laravel/vue-starter-kit
Running the command above gives me The "--using" option does not exist.
error.