PHPackages                             akashlmp/fullpage-loader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. akashlmp/fullpage-loader

ActiveLibrary

akashlmp/fullpage-loader
========================

A Filament plugin that adds a full-page loader overlay during Livewire requests.

v1.0.0(10mo ago)3111MITBladePHP ^8.1

Since Jul 15Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/akashlmp/filament-fullpage-loader)[ Packagist](https://packagist.org/packages/akashlmp/fullpage-loader)[ RSS](/packages/akashlmp-fullpage-loader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Filament Full Page Loader – Laravel Livewire Loading Overlay Plugin
===================================================================

[](#filament-full-page-loader--laravel-livewire-loading-overlay-plugin)

A simple and customizable **Filament v3 plugin** that displays a **full-page loader overlay** during **Livewire requests**.
Improves user experience by preventing interaction while background tasks are processing.

---

🚀 Features
----------

[](#-features)

- ⚡ Full-page loader overlay during Livewire operations
- 🎨 Dark mode and light mode compatible
- 🛠️ Configurable text and toggle
- 🧩 Plug-and-play for Filament v3

---

📦 Installation
--------------

[](#-installation)

You can install the package via Composer:

```
composer require akashlmp/fullpage-loader
```

---

🛠️ Configuration
----------------

[](#️-configuration)

You can publish the configuration file to customize the loader behavior:

```
php artisan vendor:publish --tag=fullpage-loader-config
```

This will create a file at `config/fullpage-loader.php`:

```
return [

    // Enable or disable the loader globally
    'enabled' => true,

    // Text shown below the spinner if you are using localization then just padd key eg: common.loading
    'text' => 'Loading...',
];
```

- Set `'enabled' => false` to disable the loader entirely.
- Set `'text' => ''` or `null` to hide the loader text.

---

✅ Requirements
--------------

[](#-requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10
- Filament &gt;= 3.0

---

📚 License
---------

[](#-license)

MIT © [Akash](https://github.com/akashlmp)

---

🤝 Contributing
--------------

[](#-contributing)

Pull requests are welcome! Feel free to open issues or suggest improvements.

---

🔗 Links
-------

[](#-links)

- [GitHub Repository](https://github.com/akashlmp/filament-fullpage-loader)
- [Packagist Package](https://packagist.org/packages/akashlmp/fullpage-loader)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance54

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2c2f2d52693bfed0a6d2ee57bc45ef7936cc35e35eb20f313880105b3c4e445?d=identicon)[akashlmp](/maintainers/akashlmp)

---

Top Contributors

[![akashlmp](https://avatars.githubusercontent.com/u/115282570?v=4)](https://github.com/akashlmp "akashlmp (11 commits)")

---

Tags

filamentfilament-pluginfull-page-loaderlaravellivewireloaderloading-indicatorloading-spinner

### Embed Badge

![Health badge](/badges/akashlmp-fullpage-loader/health.svg)

```
[![Health](https://phpackages.com/badges/akashlmp-fullpage-loader/health.svg)](https://phpackages.com/packages/akashlmp-fullpage-loader)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[althinect/filament-spatie-roles-permissions

340954.7k9](/packages/althinect-filament-spatie-roles-permissions)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

299998.0k20](/packages/ysfkaya-filament-phone-input)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

434297.7k19](/packages/awcodes-filament-curator)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
