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. [Utility &amp; Helpers](/categories/utility)
4. /
5. akashlmp/fullpage-loader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

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

v1.0.0(11mo ago)4111MITBladePHP ^8.1

Since Jul 15Pushed 11mo 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 today

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

30

—

LowBetter than 62% of packages

Maintenance50

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

353d 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

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.6k2](/packages/crumbls-layup)[eduardoribeirodev/filament-leaflet

Um widget de mapa para FilamentPHP.

2118.9k](/packages/eduardoribeirodev-filament-leaflet)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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