Laravel React Jsx Boilerplate

PHP

Production-ready Laravel 13 + React 19 boilerplate with Inertia.js v3, Vite, Tailwind CSS v4, SSR support, and powerful Artisan generators for scalable SaaS and dashboard applications.

Stars
18
Forks
0
Downloads
4,356
Open Issues
0
Files main

Repository Files

Loading file structure...
resources/js/actions/Inertia/index.ts
import Controller from './Controller'

const Inertia = {
    Controller: Object.assign(Controller, Controller),
}

export default Inertia