|
1 | | -# Progress indicators |
| 1 | +# Progress Indicators |
2 | 2 |
|
3 | | -[](https://packagist.org/packages/ibrahim-bougaoua/filaprogress) |
4 | | -[](https://github.com/ibrahim-bougaoua/filaprogress/actions?query=workflow%3Arun-tests+branch%3Amain) |
5 | | -[](https://github.com/ibrahim-bougaoua/filaprogress/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) |
6 | | -[](https://packagist.org/packages/ibrahim-bougaoua/filaprogress) |
| 3 | +# This is a fork from [filaprogress](https://github.com/atmonshi/filaprogress), fully maintained and up to date. |
| 4 | + |
| 5 | +[](https://packagist.org/packages/lara-zeus/progress) |
| 6 | +[](https://github.com/lara-zeus/progress/actions?query=workflow%3Arun-tests+branch%3Amain) |
| 7 | +[](https://github.com/lara-zeus/progress/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) |
| 8 | +[](https://packagist.org/packages/lara-zeus/progress) |
7 | 9 |
|
8 | 10 | The Progress Management Package for FilamentPHP provides a flexible and easy-to-use solution for tracking and visualizing progress within Filament admin panels. It includes custom Filament components for displaying linear and circular progress indicators directly in your admin interface. This package is designed to seamlessly integrate with Filament's existing tools, offering dynamic and customizable progress bars and circles to represent task completion, project milestones, or any metric that requires visual progress tracking. Perfect for enhancing the user experience in admin dashboards with intuitive, real-time progress displays. |
9 | 11 |
|
10 | 12 | ## Support us |
11 | 13 |
|
12 | | -[](https://buymeacoffee.com/ibrahimbougaoua) |
| 14 | +[](https://buymeacoffee.com/LaraZeus) |
13 | 15 |
|
14 | 16 | <a href="https://youtu.be/n9A5FUWPWO8" target="_blank">Youtube Video</a> |
15 | 17 |
|
16 | 18 | <br /> |
17 | 19 |
|
18 | | -[](https://packagist.org/packages/ibrahim-bougaoua/filaprogress) |
| 20 | +[](https://packagist.org/packages/lara-zeus/progress) |
19 | 21 |
|
20 | 22 | ## Installation |
21 | 23 |
|
22 | 24 | You can install the package via composer: |
23 | 25 |
|
24 | 26 | ```bash |
25 | | -composer require ibrahim-bougaoua/filaprogress |
| 27 | +composer require lara-zeus/progress |
26 | 28 | ``` |
27 | 29 |
|
28 | 30 | Optionally, you can publish the views using |
29 | 31 |
|
30 | 32 | ```bash |
31 | | -php artisan vendor:publish --tag="filaprogress-views" |
| 33 | +php artisan vendor:publish --tag="progress-views" |
32 | 34 | ``` |
33 | 35 |
|
34 | 36 | ## Usage |
35 | 37 |
|
36 | 38 | ```php |
37 | 39 | // For infolist |
38 | | -use IbrahimBougaoua\FilaProgress\Infolists\Components\CircleProgressEntry; |
39 | | -use IbrahimBougaoua\FilaProgress\Infolists\Components\ProgressBarEntry; |
| 40 | +use LaraZeus\Progress\Infolists\Components\CircleProgressEntry; |
| 41 | +use LaraZeus\Progress\Infolists\Components\ProgressBarEntry; |
40 | 42 |
|
41 | 43 | return $infolist |
42 | 44 | ->schema([ |
@@ -65,8 +67,8 @@ return $infolist |
65 | 67 |
|
66 | 68 | ```php |
67 | 69 | // For table |
68 | | -use IbrahimBougaoua\FilaProgress\Tables\Columns\CircleProgress; |
69 | | -use IbrahimBougaoua\FilaProgress\Tables\Columns\ProgressBar; |
| 70 | +use LaraZeus\Progress\Tables\Columns\CircleProgress; |
| 71 | +use LaraZeus\Progress\Tables\Columns\ProgressBar; |
70 | 72 |
|
71 | 73 | return $table |
72 | 74 | ->columns([ |
@@ -104,7 +106,7 @@ Please review [our security policy](../../security/policy) on how to report secu |
104 | 106 |
|
105 | 107 | ## Credits |
106 | 108 |
|
107 | | -- [Ibrahim Bougaoua](https://github.com/Ibrahim Bougaoua) |
| 109 | +- [Lara Zeus](https://github.com/lara-zeus) |
108 | 110 | - [All Contributors](../../contributors) |
109 | 111 |
|
110 | 112 | ## License |
|
0 commit comments