Laravel Package with Inertia, React, and Tailwind
This package provides a streamlined setup for building Laravel applications with Inertia.js, React, and Tailwind CSS. It
simplifies the integration of these modern tools, enabling developers to focus on building scalable and responsive web
applications efficiently.
Features
- Inertia.js Integration: Leverage Laravel backend with a React frontend seamlessly.
- React Setup: Preconfigured React setup for dynamic, component-based UIs.
- Tailwind CSS: Fully configured Tailwind CSS for modern, responsive design.
- Customizable: Easily extend and customize to fit your project requirements.
Requirements
- PHP >= 8.1
- Laravel >= 10.x
- Node.js & npm
- Composer
Installation
composer require your-vendor/your-package-name
Usage
- Install the package via Composer.
- Publish the configuration files:
php artisan vendor:publish --tag=your-package-name-config
- Start using the bundled features in your project.
Development
composer run dev
License
This package is open-source and released under the MIT license.
ui