|
1 | | -# Add rating fields and columns to Filament forms and tables |
2 | | - |
3 | | -[](https://packagist.org/packages/mokhosh/filament-rating) |
4 | | -[](https://github.com/mokhosh/filament-rating/actions?query=workflow%3Arun-tests+branch%3Amain) |
5 | | -[](https://github.com/mokhosh/filament-rating/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain) |
6 | | -[](https://packagist.org/packages/mokhosh/filament-rating) |
| 1 | +# Filament Rating |
7 | 2 |
|
8 | 3 | Add beautiful and customizable rating fields and columns to Filament forms and tables. |
9 | 4 |
|
10 | | -| Form Component | Table Column | Infolist Entry | |
11 | | -|----------------|--------------|----------------| |
12 | | -|||| |
| 5 | +| Form Component | Table Column | Infolist Entry | |
| 6 | +|----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| |
| 7 | +|  |  |  | |
13 | 8 |
|
14 | | -## Installation |
| 9 | +## 📦 About This Fork |
15 | 10 |
|
16 | | -You can install the package via composer: |
| 11 | +This package is a fork of [mokhosh/filament-rating](https://github.com/mokhosh/filament-rating), |
| 12 | +customized to fit the specific needs of an internal project. |
17 | 13 |
|
18 | | -```bash |
19 | | -composer require mokhosh/filament-rating |
20 | | -``` |
| 14 | +Modifications include: |
21 | 15 |
|
22 | | -Publish the assets so the styles are correct: |
| 16 | +- ✅ Feature adjustments and enhancements |
| 17 | +- ✅ Logic changes based on project requirements |
| 18 | +- ✅ Compatibility improvements (if applicable) |
| 19 | + |
| 20 | +All original copyrights remain with the original author |
| 21 | +under the terms of the MIT license. |
| 22 | + |
| 23 | +## Installation |
| 24 | + |
| 25 | +You can install the package via composer: |
23 | 26 |
|
24 | 27 | ```bash |
25 | | -php artisan filament-rating:install |
| 28 | +composer require siopen/filament-rating |
26 | 29 | ``` |
27 | 30 |
|
28 | 31 | ## Usage |
@@ -95,7 +98,7 @@ $form->schema([ |
95 | 98 |
|
96 | 99 | ## Customizing The Size |
97 | 100 |
|
98 | | -You can customize the size of the stars. |
| 101 | +You can customize the size of the stars. |
99 | 102 | The default value is `md`. |
100 | 103 | The accepted values are: `xs`, `sm`, `md`, `lg` and `xl`, like this: |
101 | 104 |
|
|
0 commit comments