Laravel React Jsx Starter Kit

JavaScript

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

Stars
18
Forks
1
Downloads
4,326
Open Issues
1
Files main

Repository Files

Loading file structure...
resources/js/types/auth.js
/**
 * Auth type definitions used by chisel feature toggles.
 */

/** @typedef {{ two_factor_enabled?: boolean }} TwoFactorUserFields */

/* @chisel-passkeys */
/**
 * @typedef {Object} Passkey
 * @property {number} id
 * @property {string} name
 * @property {string|null} authenticator
 * @property {string} created_at_diff
 * @property {string|null} last_used_at_diff
 */
/* @end-chisel-passkeys */

/** @typedef {{ svg: string, url: string }} TwoFactorSetupData */
/** @typedef {{ secretKey: string }} TwoFactorSecretKey */