This is a minimum Setup of Laravel Jetstream React with Typescript, this repository exist because our beloved master Taylor not support React as the option.
- git clone https://github.com/sluxzer/Laravel-Jetstream-React.git
- composer install
- npm install
- Laravel Excel by https://docs.laravel-excel.com/3.1/
- Permissions & Role by Laratrust https://laratrust.santigarcor.me/docs/8.x/installation.html
- composer create-project laravel/laravel myapp
- composer require laravel/jetstream
- php artisan jetstream:install inertia (optional --teams --ssr --dark)
- npx laravel-jetstream-react@latest install
Please use valet for easy setup