Skip to content

Commit 7ac7ec2

Browse files
committed
rename to progress
1 parent 7b78704 commit 7ac7ec2

26 files changed

+88
-181
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: IbrahimBougaoua
1+
github: LaraZeus

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/ibrahim-bougaoua/filaprogress/discussions/new?category=q-a
4+
url: https://github.com/lara-zeus/progress/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/ibrahim-bougaoua/filaprogress/discussions/new?category=ideas
7+
url: https://github.com/lara-zeus/progress/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/ibrahim-bougaoua/filaprogress/security/policy
10+
url: https://github.com/lara-zeus/progress/security/policy
1111
about: Learn how to notify us for sensitive bugs

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changelog
22

3-
All notable changes to `filaprogress` will be documented in this file.
3+
All notable changes to `progress` will be documented in this file.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) IbrahimBougaoua <41789518+ibrahimBougaoua@users.noreply.github.com>
3+
Copyright (c) LaraZeus <41789518+LaraZeus@users.noreply.github.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
1-
# Progress indicators
1+
# Progress Indicators
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ibrahim-bougaoua/filaprogress.svg?style=flat-square)](https://packagist.org/packages/ibrahim-bougaoua/filaprogress)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ibrahim-bougaoua/filaprogress/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ibrahim-bougaoua/filaprogress/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ibrahim-bougaoua/filaprogress/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ibrahim-bougaoua/filaprogress/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/ibrahim-bougaoua/filaprogress.svg?style=flat-square)](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+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/lara-zeus/progress.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/progress)
6+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/lara-zeus/progress/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/lara-zeus/progress/actions?query=workflow%3Arun-tests+branch%3Amain)
7+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/lara-zeus/progress/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/lara-zeus/progress/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/lara-zeus/progress.svg?style=flat-square)](https://packagist.org/packages/lara-zeus/progress)
79

810
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.
911

1012
## Support us
1113

12-
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/ibrahimbougaoua)
14+
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/LaraZeus)
1315

1416
<a href="https://youtu.be/n9A5FUWPWO8" target="_blank">Youtube Video</a>
1517

1618
<br />
1719

18-
[![Total Downloads](https://raw.githubusercontent.com/filamentphp/filamentphp.com/dec76a6d43253f6e5947b3bcb99370c5a2509760/content/plugins/images/ibrahim-bougaoua-filaprogress.jpg)](https://packagist.org/packages/ibrahim-bougaoua/filaprogress)
20+
[![Total Downloads](https://raw.githubusercontent.com/filamentphp/filamentphp.com/dec76a6d43253f6e5947b3bcb99370c5a2509760/content/plugins/images/lara-zeus-progress.jpg)](https://packagist.org/packages/lara-zeus/progress)
1921

2022
## Installation
2123

2224
You can install the package via composer:
2325

2426
```bash
25-
composer require ibrahim-bougaoua/filaprogress
27+
composer require lara-zeus/progress
2628
```
2729

2830
Optionally, you can publish the views using
2931

3032
```bash
31-
php artisan vendor:publish --tag="filaprogress-views"
33+
php artisan vendor:publish --tag="progress-views"
3234
```
3335

3436
## Usage
3537

3638
```php
3739
// 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;
4042

4143
return $infolist
4244
->schema([
@@ -65,8 +67,8 @@ return $infolist
6567

6668
```php
6769
// 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;
7072

7173
return $table
7274
->columns([
@@ -104,7 +106,7 @@ Please review [our security policy](../../security/policy) on how to report secu
104106

105107
## Credits
106108

107-
- [Ibrahim Bougaoua](https://github.com/Ibrahim Bougaoua)
109+
- [Lara Zeus](https://github.com/lara-zeus)
108110
- [All Contributors](../../contributors)
109111

110112
## License

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "ibrahim-bougaoua/filaprogress",
3-
"description": "This is my package filaprogress",
2+
"name": "lara-zeus/progress",
3+
"description": "This is my package progress",
44
"keywords": [
5-
"IbrahimBougaoua",
5+
"LaraZeus",
66
"laravel",
7-
"filaprogress"
7+
"progress"
88
],
9-
"homepage": "https://github.com/ibrahim-bougaoua/filaprogress",
9+
"homepage": "https://github.com/lara-zeus/progress",
1010
"license": "MIT",
1111
"authors": [
1212
{
13-
"name": "Ibrahim Bougaoua",
14-
"email": "41789518+ibrahimBougaoua@users.noreply.github.com",
13+
"name": "lara-zeus",
14+
"email": "info@larazeus.com",
1515
"role": "Developer"
1616
}
1717
],
@@ -34,19 +34,19 @@
3434
},
3535
"autoload": {
3636
"psr-4": {
37-
"IbrahimBougaoua\\FilaProgress\\": "src/",
38-
"IbrahimBougaoua\\FilaProgress\\Database\\Factories\\": "database/factories/"
37+
"LaraZeus\\Progress\\": "src/",
38+
"LaraZeus\\Progress\\Database\\Factories\\": "database/factories/"
3939
}
4040
},
4141
"autoload-dev": {
4242
"psr-4": {
43-
"IbrahimBougaoua\\FilaProgress\\Tests\\": "tests/",
43+
"LaraZeus\\Progress\\Tests\\": "tests/",
4444
"Workbench\\App\\": "workbench/app/"
4545
}
4646
},
4747
"scripts": {
4848
"post-autoload-dump": "@composer run prepare",
49-
"clear": "@php vendor/bin/testbench package:purge-filaprogress --ansi",
49+
"clear": "@php vendor/bin/testbench package:purge-progress --ansi",
5050
"prepare": "@php vendor/bin/testbench package:discover --ansi",
5151
"build": [
5252
"@composer run prepare",
@@ -72,10 +72,10 @@
7272
"extra": {
7373
"laravel": {
7474
"providers": [
75-
"IbrahimBougaoua\\FilaProgress\\FilaProgressServiceProvider"
75+
"LaraZeus\\Progress\\ProgressServiceProvider"
7676
],
7777
"aliases": {
78-
"FilaProgress": "IbrahimBougaoua\\FilaProgress\\Facades\\FilaProgress"
78+
"Progress": "LaraZeus\\Progress\\Facades\\Progress"
7979
}
8080
}
8181
},

config/filaprogress.php

Lines changed: 0 additions & 6 deletions
This file was deleted.

database/factories/ModelFactory.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

database/migrations/create_filaprogress_table.php.stub

Lines changed: 0 additions & 19 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
backupStaticProperties="false"
1717
>
1818
<testsuites>
19-
<testsuite name="IbrahimBougaoua Test Suite">
19+
<testsuite name="LaraZeus Test Suite">
2020
<directory>tests</directory>
2121
</testsuite>
2222
</testsuites>

0 commit comments

Comments
 (0)