Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.89 KB

File metadata and controls

32 lines (18 loc) · 1.89 KB

Laravel + React (Mantine) Starter Kit

Introduction

A React starter kit 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-react-mantine-starter-kit

Documentation

Documentation for Official Laravel starter kits can be found on the Laravel website. This project is not an official Laravel starter kit, but most of the documentation for the React starter kit should apply to this project as well.

Other Starter Kits

Check out my other Laravel starter kits:

License

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