adrum/laravel-jetstream-react-mantine

A starter kit for the Laravel framework using Jetstream, Inertia.js, React (TS), and Mantine.

Maintainers

👁 adrum

Package info

github.com/adrum/laravel-jetstream-react-mantine

Language:TypeScript

Type:project

pkg:composer/adrum/laravel-jetstream-react-mantine

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2025-03-22 16:44 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 71a0336af2dbc79b2acdbd4c7bb039221dd505dd

frameworklaravel

This package is auto-updated.

Last update: 2026-06-22 19:21:25 UTC


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. Feel free to disable Jetstream features you don't need in the conifg/jetstream.php file.

Other Starter Kits

Check out my other Laravel starter kits:

License

The Laravel Jetstream React (Mantine) Starter Kit starter kit is open-sourced software licensed under the MIT license.