Skip to content

Commit b345cd0

Browse files
committed
chore: remove unused filament-rating assets and dependencies
1 parent 50a92a4 commit b345cd0

File tree

8 files changed

+79
-3887
lines changed

8 files changed

+79
-3887
lines changed

README.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1-
# Add rating fields and columns to Filament forms and tables
2-
3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mokhosh/filament-rating.svg?style=flat-square)](https://packagist.org/packages/mokhosh/filament-rating)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/mokhosh/filament-rating/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/mokhosh/filament-rating/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/mokhosh/filament-rating/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/mokhosh/filament-rating/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/mokhosh/filament-rating.svg?style=flat-square)](https://packagist.org/packages/mokhosh/filament-rating)
1+
# Filament Rating
72

83
Add beautiful and customizable rating fields and columns to Filament forms and tables.
94

10-
| Form Component | Table Column | Infolist Entry |
11-
|----------------|--------------|----------------|
12-
|![Rating form component](https://raw.githubusercontent.com/mokhosh/filament-rating/main/images/mokhosh-filament-rating-form.png)|![Rating table column](https://raw.githubusercontent.com/mokhosh/filament-rating/main/images/mokhosh-filament-rating-table.png)|![Rating infolist entry](https://raw.githubusercontent.com/mokhosh/filament-rating/main/images/mokhosh-filament-rating-infolist.png)|
5+
| Form Component | Table Column | Infolist Entry |
6+
|----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
7+
| ![Rating form component](https://raw.githubusercontent.com/mokhosh/filament-rating/main/images/mokhosh-filament-rating-form.png) | ![Rating table column](https://raw.githubusercontent.com/mokhosh/filament-rating/main/images/mokhosh-filament-rating-table.png) | ![Rating infolist entry](https://raw.githubusercontent.com/mokhosh/filament-rating/main/images/mokhosh-filament-rating-infolist.png) |
138

14-
## Installation
9+
## 📦 About This Fork
1510

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.
1713

18-
```bash
19-
composer require mokhosh/filament-rating
20-
```
14+
Modifications include:
2115

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:
2326

2427
```bash
25-
php artisan filament-rating:install
28+
composer require siopen/filament-rating
2629
```
2730

2831
## Usage
@@ -95,7 +98,7 @@ $form->schema([
9598

9699
## Customizing The Size
97100

98-
You can customize the size of the stars.
101+
You can customize the size of the stars.
99102
The default value is `md`.
100103
The accepted values are: `xs`, `sm`, `md`, `lg` and `xl`, like this:
101104

0 commit comments

Comments
 (0)