tortlewortle / laravel-inertia-react-preset
A Laravel preset for scaffolding InertiaJS and React (+ tailwind).
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- illuminate/console: ^6.16
- illuminate/filesystem: ^6.16
- illuminate/support: ^6.16
- inertiajs/inertia-laravel: ^0.2.4
This package is auto-updated.
Last update: 2025-01-23 02:53:25 UTC
README
Installs react, inertiajs and tailwind.
Usage: first install the preset
composer require tortlewortle/laravel-inertia-react-preset
Run the preset:
php artisan preset inertia_react
Install dependencies and compile assets.
npm install && npm run dev
Hot Reloading
npm run hot
Inspired by a similarly named package from ravenberg <3