adrum/laravel-jetstream-react-mantine

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:TypeScript

Type:project

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

This package is auto-updated.

Last update: 2025-03-22 16:46:50 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.