Download the PHP package marceloanjosdev/filament-progress-bar without Composer
On this page you can find all versions of the php package marceloanjosdev/filament-progress-bar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marceloanjosdev/filament-progress-bar
More information about marceloanjosdev/filament-progress-bar
Files in marceloanjosdev/filament-progress-bar
Download marceloanjosdev/filament-progress-bar
More information about marceloanjosdev/filament-progress-bar
Files in marceloanjosdev/filament-progress-bar
Vendor marceloanjosdev
Package filament-progress-bar
Short Description A simple and easy to user Progress Bar
License MIT
Homepage https://github.com/marceloanjosdev/filament-progress-bar
Package filament-progress-bar
Short Description A simple and easy to user Progress Bar
License MIT
Homepage https://github.com/marceloanjosdev/filament-progress-bar
Please rate this library. Is it a good library?
Informations about the package filament-progress-bar
Filament Progress Bar
A simple, global and non-intrusive progress bar system for Filament.
This package allows you to track long-running processes (jobs, imports, exports, background tasks) and display their progress globally in the Filament admin panel, without wiring Livewire components or custom widgets per page.
It is designed to be:
- Simple (explicit API: init → update → complete)
- Safe for queued jobs
- Cache-based (Redis optional, not required)
- Filament-native (top bar overlay, polling handled automatically)
Features
- Global progress bar overlay in Filament
- Multiple simultaneous progress bars
- Determinate and indeterminate progress
- Auto-polling only when progress bars are active
- Safe default behaviour for queued jobs
- No Redis requirement (uses Laravel cache)
- Redis-ready if you want it later
Installation
Install the package via Composer:
Publish the configuration file:
No migrations are required.
Configuration
This is the default configuration file:
Usage
Testing
License
MIT License.
All versions of filament-progress-bar with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
filament/filament Version ^4.0 || ^5.0
spatie/laravel-package-tools Version ^1.16
filament/filament Version ^4.0 || ^5.0
spatie/laravel-package-tools Version ^1.16
The package marceloanjosdev/filament-progress-bar contains the following files
Loading the files please wait ...