This package is a fork of Laravel Jetstream that adds TypeScript support for the Inertia stack. Laravel Jetstream is a beautifully designed application scaffolding for Laravel. Jetstream provides the perfect starting point for your next Laravel application and includes login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management.
Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding. This fork specifically enhances the Inertia stack with TypeScript support.
This fork adds full TypeScript support for the Inertia version of Laravel Jetstream. It provides type definitions and ensures that all Inertia components and related files are written in TypeScript, offering improved developer experience and type safety.
This fork is maintained to stay in sync with the official Laravel Jetstream repository. We regularly update our codebase to incorporate the latest changes and improvements from the main Jetstream project, ensuring that you always have access to the most up-to-date features and bug fixes, along with our added TypeScript support for Inertia.
php artisan jetstream:install inertia --ts
This package supports all underlying Jetstream options. If you wanto to install TS support just add -ts option. More documentation can be found in the Jetstream website.
Documentation for Jetstream can be found on the Jetstream website.
Thank you for considering contributing to Jetstream! You can read the contribution guide here.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Jetstream is open-sourced software licensed under the MIT license.