/laravel-jetstream-react-installer

CLI to replace vue with react in Laravel Jetstream

Primary LanguageTypeScriptMIT LicenseMIT

Laravel Jetstream React CLI

Replaces the vue components in a fresh jetstream application with their react equivalents.

You can view the full repo result here

https://github.com/TravoShare/laravel-jetstream-react

Usage

Simply scaffold a new jetstream application using the vue stack, then run this cli tool.

$ laravel new myapp --jet --stack=inertia
$ cd myapp
$ npx laravel-jetstream-react install

It also supports teams

$ laravel new myapp --jet --stack=inertia --teams
$ cd myapp
$ npx laravel-jetstream-react install --teams