fluid-project / hearth-components
Robust components for the Laravel Framework.
Package info
github.com/fluid-project/hearth-components
pkg:composer/fluid-project/hearth-components
Requires
- php: ^8.4|^8.5
- chinleung/laravel-locales: ^2.1|^3.0
- codezero/laravel-unique-translation: ^4.3
- commerceguys/intl: ^2.0
- illuminate/contracts: ^12.0|^13.0
- livewire/livewire: ^4.0
- spatie/laravel-package-tools: ^1.16
- spatie/laravel-sluggable: ^3.6
- spatie/laravel-translatable: ^6.8
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-arch: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
This package is auto-updated.
Last update: 2026-04-27 14:18:44 UTC
README
Robust components for the Laravel Framework.
Installation
Prerequisites
Hearth Components requires Laravel >= 12.x and PHP >= 8.4.
You can install the package via composer:
composer require fluid-project/hearth-components
Optionally, you can publish the views using
php artisan vendor:publish --tag="hearth-components-views"
Usage
For component usage, see the wiki.
Testing
To run automated tests:
composer test
To test integration in a Laravel application:
-
Create a new Laravel project for testing.
laravel new hearth-test -
Answer the interactive questions in the installer as follows.
- Which starter kit would you like to use? None
- Which testing framework do you prefer? Pest
- Do you want to install Laravel Boost to improve AI assisted coding? No
- Which database will your application use? SQLite
- Would you like to run
npm install --ignore-scriptsandnpm run build? Yes
-
Add Hearth to your new Laravel project.
cd hearth-test composer require fluid-project/hearth-components -
Create a new view route and add components to the view as per the instructions.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The BSD 3-Clause License. Please see License File for more information.