adrum / laravel-react-mantine-starter-kit
A starter kit for the Laravel framework using Inertia.js, React, and Mantine.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 0
Forks: 137
Open Issues: 0
Language:TypeScript
Type:project
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- tightenco/ziggy: ^2.4
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
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:
- Laravel 12+ React (Mantine) Starter Kit: A React starter kit based on the oficial Laravel 12 React Starter Kit which provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.
- Laravel Jetstream + React (Typescript) Starter Kit: 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.
- Laravel Jetstream + React (Mantine) Starter Kit: Same as the above, except it swaps HeadlessUI with Mantine.
License
The Laravel + React (Mantine) starter kit is open-sourced software licensed under the MIT license.