Getting startedStarter kits
Laravel Starter Kit
Start building your Laravel application with LibravelUI and Tailwind CSS v4.
This starter kit provides a pre-configured Laravel setup featuring Inertia.js, React, Tailwind CSS v4, and LibravelUI components right out of the box.
Create a new project
You can scaffold a new LibravelUI project using either the Laravel Installer or Composer.
laravel new my-app --using=libravelui/laravel
composer create-project libravelui/laravel my-app
What's Included?
- Laravel 12: The elegant PHP web framework.
- Inertia.js: Build single-page apps using classic server-side routing and React.
- React 18: The library for web user interfaces.
- Tailwind CSS v4: Utility-first CSS framework configured correctly with Vite.
- LibravelUI: Pre-configured with the core CLI, CSS variables, and basic primitives.
- TypeScript: Strictly typed configuration.