PHPackages                             n3xt0r/laravel-webdav-server-filament - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. n3xt0r/laravel-webdav-server-filament

ActiveLibrary[File &amp; Storage](/categories/file-storage)

n3xt0r/laravel-webdav-server-filament
=====================================

Filament admin panel integration for the Laravel WebDAV Server package.

1.1.0(2mo ago)0159↓48.7%1MITPHPPHP ^8.4CI passing

Since May 2Pushed 2mo agoCompare

[ Source](https://github.com/N3XT0R/laravel-webdav-server-filament)[ Packagist](https://packagist.org/packages/n3xt0r/laravel-webdav-server-filament)[ Docs](https://github.com/n3xt0r/laravel-webdav-server-filament)[ GitHub Sponsors](https://github.com/N3XT0R)[ RSS](/packages/n3xt0r-laravel-webdav-server-filament/feed)WikiDiscussions 5.x Synced 3w ago

READMEChangelogDependencies (12)Versions (7)Used By (1)

Laravel WebDAV Server – Filament Integration
============================================

[](#laravel-webdav-server--filament-integration)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5ad1a40a8c491f157a1be1ebd6453a6c37f9eee274151ba23437dd027ffa189a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e33787430722f6c61726176656c2d7765626461762d7365727665722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/n3xt0r/laravel-webdav-server-filament)[![GitHub Tests Action Status](https://camo.githubusercontent.com/65f4652ea6a00253f9e7c652e7b84d130c23f3ad8831f4dafbaf1d1c6f75666b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e33787430722f6c61726176656c2d7765626461762d7365727665722d66696c616d656e742f72756e2d74657374732e796d6c3f6272616e63683d352e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/n3xt0r/laravel-webdav-server-filament/actions)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/35608beb2696b4eeea0ba6d7ad2f77c57d91c39e5118eda2d73c8403bb258037/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e33787430722f6c61726176656c2d7765626461762d7365727665722d66696c616d656e742f7068702d636f64652d7374796c652e796d6c3f6272616e63683d352e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/n3xt0r/laravel-webdav-server-filament/actions?query=workflow%3A%22PHP+code+styling%22+branch%3A5.x)[![Maintainability](https://camo.githubusercontent.com/b6c5a63ee2ec1ab15ee198a162b58192e81eca9bd01870fb82b3f3939fcaa240/68747470733a2f2f716c74792e73682f67682f4e33585430522f70726f6a656374732f6c61726176656c2d7765626461762d7365727665722d66696c616d656e742f6d61696e7461696e6162696c6974792e737667)](https://qlty.sh/gh/N3XT0R/projects/laravel-webdav-server-filament)[![Code Coverage](https://camo.githubusercontent.com/3e513a54de8f11dc57f60d4c5d201b31b6e11402111b285189c629b94c89ce33/68747470733a2f2f716c74792e73682f67682f4e33585430522f70726f6a656374732f6c61726176656c2d7765626461762d7365727665722d66696c616d656e742f636f7665726167652e737667)](https://qlty.sh/gh/N3XT0R/projects/laravel-webdav-server-filament)

Official Filament plugin for [`n3xt0r/laravel-webdav-server`](https://github.com/N3XT0R/laravel-webdav-server).

Adds WebDAV account management to any Filament panel — for administrators managing accounts on behalf of users, and optionally for users managing their own accounts directly.

[![Laravel WebDAV Server Logo](art/logo.jpg)](art/logo.jpg)

---

Requirements
------------

[](#requirements)

DependencyVersionPHP8.4+Laravel12+Filament5+`n3xt0r/laravel-webdav-server`compatible release---

Installation
------------

[](#installation)

```
composer require n3xt0r/laravel-webdav-server-filament
```

See [Installation](docs/installation.md) for plugin registration, configuration publishing, and first-use workflows.

---

Resources
---------

[](#resources)

The package ships two Filament resources:

- **Admin resource** — full control over all WebDAV accounts; enabled by default
- **User resource** — self-service access for authenticated users; disabled by default, opt-in via plugin configuration

See [Account Management](docs/account-management.md) for a full description of both resources, their pages, and the account lifecycle.

---

Configuration
-------------

[](#configuration)

The package is configurable via `config/laravel-webdav-server-filament.php` and covers:

- **Password policy** — minimum length, mixed case, numbers, and symbols requirements for all password fields
- **User resource display** — control whether the meta key/value field is shown on user account forms
- **Notifications** — enable or disable account creation and password reset notifications

See [Installation — Configuration](docs/installation.md#configuration) for all available keys and their defaults.

---

Plugin API
----------

[](#plugin-api)

MethodDescription`withoutAdminAccountResource()`Disable the admin-facing resource on this panel`withUserAccountResource()`Enable the user-facing self-service resource for all authenticated users`userAccountResourceEnabledUsing(callable $fn)`Enable the user-facing resource conditionally via callback`userSelectUsing(callable $fn)`Customize the user select field in the admin resourceSee [Extending The Package](docs/extending.md) for usage examples and customization options.

---

Notifications &amp; Events
--------------------------

[](#notifications--events)

The package sends notifications on account creation and password reset, and dispatches lifecycle events for every account action.

See [Extending The Package — Notifications](docs/extending.md#notifications) and [Extending The Package — Lifecycle Events](docs/extending.md#lifecycle-events).

---

Documentation
-------------

[](#documentation)

Full documentation:

Also available locally in the [`docs/`](docs/index.md) directory:

- [Installation](docs/installation.md)
- [Account Management](docs/account-management.md)
- [Extending The Package](docs/extending.md)
- [Operations](docs/operations.md)

---

Core Package
------------

[](#core-package)

This package is a companion to the core WebDAV server:

Core package documentation:

---

License
-------

[](#license)

MIT License

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance86

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.4% 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

Every ~7 days

Total

4

Last Release

62d ago

Major Versions

1.1.0 → 5.x-dev2026-05-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dbd2b0984ee6f62b6c5c3356b0e0cff2f2afa5c98c4d05272eb4356e080d545?d=identicon)[N3XT0R](/maintainers/N3XT0R)

---

Top Contributors

[![N3XT0R](https://avatars.githubusercontent.com/u/1297846?v=4)](https://github.com/N3XT0R "N3XT0R (121 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

laravelstorageWebDAVadminN3XT0Rfilamentfilament-pluginfilamentphpadmin-panelsabrefile managementAccount managementSabreDAVwebdav-serverlaravel-webdav-server-filament

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/n3xt0r-laravel-webdav-server-filament/health.svg)

```
[![Health](https://phpackages.com/badges/n3xt0r-laravel-webdav-server-filament/health.svg)](https://phpackages.com/packages/n3xt0r-laravel-webdav-server-filament)
```

###  Alternatives

[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

16354.2k](/packages/relaticle-custom-fields)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16121.5k](/packages/backstage-mails)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274333.4k9](/packages/croustibat-filament-jobs-monitor)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k2](/packages/marcelweidum-filament-passkeys)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)

PHPackages © 2026

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