So is it possible to install Jetstream with Inertia-Vue2?
php artisan jetstream:install inertia
So is it possible to install Jetstream with Inertia-Vue2?
php artisan jetstream:install inertia
Of course, you can install Jetstream with Inertia-Vue2. Not installing with php artisan jetstream:install inertia
. You must edit composer.json file and add the version 2 of Jetstream, after composer install
.
See this comment: https://stackoverflow.com/a/67151050/10699475