adrum / laravel-jetstream-react-mantine
A starter kit for the Laravel framework using Jetstream, Inertia.js, React (TS), and Mantine.
Package info
github.com/adrum/laravel-jetstream-react-mantine
Language:TypeScript
Type:project
pkg:composer/adrum/laravel-jetstream-react-mantine
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/chisel: ^0.1.0
- laravel/fortify: ^1.37.2
- laravel/framework: ^12.0
- laravel/jetstream: ^5.3
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- tightenco/ziggy: ^2.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
Introduction
A React starter kit based on Laravel Jetstream which provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.
Inertia allows you to build modern, single-page React applications using classic server-side routing and controllers. This lets you enjoy the frontend power of React combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.
This React starter kit utilizes React 19, TypeScript, Tailwind, and the Mantine component library.
Getting Started
laravel new --using=adrum/laravel-jetstream-react-mantine
Documentation
Documentation for Official Laravel Jetstream can be found on the Laravel website. This project is not an official Laravel Jestream starter kit, but most of the documentation for Jetstream should apply to this project as well.
Note: The installer has already been run for you, so you can skip the jetstream:install command. Instead, you will be asked which authentication and Jetstream features you want to keep, and the code, routes, migrations, and tests for anything you leave out are removed from your new project.
You can re-run that prompt at any time before the first composer update with:
php artisan install:features
Other Starter Kits
Check out my other Laravel starter kits:
- Laravel React (Mantine) Starter Kit: The official Laravel React starter kit, with Mantine in place of shadcn/ui.
- Laravel Jetstream + React (TypeScript) Starter Kit: Jetstream and Inertia with HeadlessUI, the closest match to what Jetstream generates.
- Laravel Jetstream + React (shadcn/ui) Starter Kit: Jetstream and Inertia with shadcn/ui.
License
The Laravel Jetstream React (Mantine) Starter Kit starter kit is open-sourced software licensed under the MIT license.