PHPackages                             ijpatricio/filament-excalidraw - 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. ijpatricio/filament-excalidraw

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

ijpatricio/filament-excalidraw
==============================

A whiteboard for Filament, with Excalidraw

v0.0.3(1y ago)15193[3 PRs](https://github.com/ijpatricio/filament-excalidraw/pulls)MITPHPPHP ^8.1CI passing

Since Dec 8Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/ijpatricio/filament-excalidraw)[ Packagist](https://packagist.org/packages/ijpatricio/filament-excalidraw)[ Docs](https://github.com/ijpatricio/filament-excalidraw)[ GitHub Sponsors](https://github.com/ijpatricio)[ RSS](/packages/ijpatricio-filament-excalidraw/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (7)Used By (0)

[![](./art/logo-cover.png)](./art/logo-cover.png)

[![Build Status](https://github.com/ijpatricio/filament-excalidraw/workflows/Tests/badge.svg)](https://github.com/ijpatricio/filament-excalidraw/actions)[![Total Downloads](https://camo.githubusercontent.com/96a0a7e56dc13dc0f01249624cbf716855e19ec000a402133d3e4aff48c0c3e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696a706174726963696f2f66696c616d656e742d657863616c6964726177)](https://packagist.org/packages/ijpatricio/filament-excalidraw)[![Latest Stable Version](https://camo.githubusercontent.com/f4ef3d26416dd708cef1741b6f5a5b7477ae03efeb9a7fa82fa68fe9a3ecafce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696a706174726963696f2f66696c616d656e742d657863616c6964726177)](https://packagist.org/packages/ijpatricio/filament-excalidraw)[![License](https://camo.githubusercontent.com/102b6c6961554aea3176c5425e5e73c8e2fad830a5ca6a5291677a2dea20d81a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696a706174726963696f2f66696c616d656e742d657863616c6964726177)](https://packagist.org/packages/ijpatricio/filament-excalidraw)

A whiteboard with Excalidraw, for Filament
==========================================

[](#a-whiteboard-with-excalidraw-for-filament)

A picture is worth a thousand words. Express yourself with shapes, diagrams, and pictures.

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

[](#installation)

You can install the package via composer:

```
composer require ijpatricio/filament-excalidraw
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-excalidraw-migrations"

php artisan migrate
```

Usage
-----

[](#usage)

```
// app/Providers/Filament/AdminPanelProvider.php

// ...
    ->resources([
        \Ijpatricio\FilamentExcalidraw\Filament\Resources\WhiteboardResource::class,
    ])
// ...
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Patricio](https://github.com/ijpatricio)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance69

Regular maintenance activity

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.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 ~4 days

Total

3

Last Release

513d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/244a7b6892a44d2bf07b1643486aa8ee67900623764a5f08533a38da07403cd1?d=identicon)[ijpatricio](/maintainers/ijpatricio)

---

Top Contributors

[![ijpatricio](https://avatars.githubusercontent.com/u/26031459?v=4)](https://github.com/ijpatricio "ijpatricio (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelijpatriciofilament-excalidraw

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ijpatricio-filament-excalidraw/health.svg)

```
[![Health](https://phpackages.com/badges/ijpatricio-filament-excalidraw/health.svg)](https://phpackages.com/packages/ijpatricio-filament-excalidraw)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

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