Download the PHP package l3aro/rating-star-for-filament without Composer
On this page you can find all versions of the php package l3aro/rating-star-for-filament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download l3aro/rating-star-for-filament
More information about l3aro/rating-star-for-filament
Files in l3aro/rating-star-for-filament
Package rating-star-for-filament
Short Description Rating star for filament table column and schemas.
License MIT
Homepage https://github.com/l3aro/rating-star-for-filament
Informations about the package rating-star-for-filament
Rating star for filament table column and schemas.
A Filament plugin that provides elegant star rating components for forms, tables, and infolists. Features interactive rating input with support for half-stars and zero values, fully customizable star count, color, and icon size. Perfect for collecting and displaying user ratings in any Filament-powered panel.
Installation
You can install the package via composer:
[!IMPORTANT] If you have not set up a custom theme and are using Filament Panels follow the instructions in the Filament Docs first.
After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.
You can publish the config file with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Form Field
Use StarInput in your form schema:
Table Column
Use StarColumn in your table:
Infolist Entry
Use StarEntry in your infolist:
Register Plugin
Enable the plugin in your PanelProvider:
Testing
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
- l3aro
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of rating-star-for-filament with dependencies
filament/filament Version ^4.0|^5.0
spatie/laravel-package-tools Version ^1.15.0