PHPackages                             tomatophp/filament-splade - 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. [Templating &amp; Views](/categories/templating)
4. /
5. tomatophp/filament-splade

ActiveLibrary[Templating &amp; Views](/categories/templating)

tomatophp/filament-splade
=========================

Integration of Splade Vue Components for Filament

v1.0.0(2y ago)82501MITPHPPHP ^8.1|^8.2

Since Apr 8Pushed 1y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (1)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/3x1io-tomato-splade.jpg)](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/3x1io-tomato-splade.jpg)

Filament Splade Integration
===========================

[](#filament-splade-integration)

[![Latest Stable Version](https://camo.githubusercontent.com/3fb606285f8e2c6613deae7fee158fac75aff6223ee50de335d5082670d3364e/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73706c6164652f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-splade)[![PHP Version Require](https://camo.githubusercontent.com/e6e8a51e2ceffcce437037b94cd1c9904b35d6b194cb77bfca36792a4860bbb6/687474703a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73706c6164652f726571756972652f706870)](https://packagist.org/packages/tomatophp/filament-splade)[![License](https://camo.githubusercontent.com/bbe92c832793ad09db3266cdee39bf9bfb2fabb517ac49fe713ef82df560b4e5/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73706c6164652f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-splade)[![Downloads](https://camo.githubusercontent.com/14495235d7754ec342bf2e263624888d683ccf74a7a4a17c30b5258b566efbfd/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73706c6164652f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-splade)

Integration of [Splade](https://splade.dev/) Vue Components for Filament

**NOTE:**this project still out of filament style, and we are working to move style to filament for all component and merge the component to the Form/Table Components.

Screenshots
-----------

[](#screenshots)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/form.png)](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/form.png)[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/modal.png)](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/modal.png)[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/slideover.png)](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/slideover.png)[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/table.png)](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/table.png)

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

[](#installation)

```
composer require tomatophp/filament-splade
```

after install your package please run this command

```
php artisan filament-splade:install
```

now you need to build your js assets

```
yarn
yarn build
```

Usage
-----

[](#usage)

to make any page or resource interact with splade you just need to use this trait

```
use TomatoPHP\FilamentSplade\Traits\InteractsWithSplade;
```

now you can use any splade component inside your resource.

if you like to use splade everywhere reigster the plugin on `/app/Providers/Filament/AdminPanelProvider.php`

```
->plugin(\TomatoPHP\FilamentSplade\FilamentSpladePlugin::make())
```

and make sure that you are `global_allow => true` on the config file.

Register Splade Exceptions
--------------------------

[](#register-splade-exceptions)

on your `boostrap/app.php` file add this line

```
->withExceptions(function (Exceptions $exceptions) {
    $exceptions->renderable(function (\Illuminate\Foundation\Exceptions\Handler $e) {
        return \ProtoneMedia\Splade\SpladeCore::exceptionHandler($e);
    });
})
```

Publish Assets
--------------

[](#publish-assets)

you can publish config file by use this command

```
php artisan vendor:publish --tag="filament-splade-config"
```

Support
-------

[](#support)

you can join our discord server to get support [TomatoPHP](https://discord.gg/Xqmt35Uh)

Docs
----

[](#docs)

you can check docs of this package on [Docs](https://docs.tomatophp.com/filament/filament-splade)

Changelog
---------

[](#changelog)

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

Security
--------

[](#security)

Please see [SECURITY](SECURITY.md) for more information about security.

Credits
-------

[](#credits)

- [Fady Mondy](https://wa.me/+201207860084)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

763d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (9 commits)")

---

Tags

filamentphpfilamentphp-pluginintegrationspladevuejsphplaravelcomponentsformmodaltablefilamentspladevue3vuejs3

### Embed Badge

![Health badge](/badges/tomatophp-filament-splade/health.svg)

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

###  Alternatives

[andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP

13334.7k2](/packages/andreia-filament-nord-theme)[tomatophp/filament-plugins

Manage your modules as a plugin system with plugin generator

644.7k2](/packages/tomatophp-filament-plugins)[tomatophp/filament-ecommerce

Build your own ecommerce store with FilamentPHP with the Power of Tomato CMS Builder

964.4k1](/packages/tomatophp-filament-ecommerce)[tomatophp/filament-docs

Manage your documents and contracts all in one place with template builder

422.6k](/packages/tomatophp-filament-docs)[tomatophp/filament-wallet

Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder

3528.5k2](/packages/tomatophp-filament-wallet)[tomatophp/filament-subscriptions

Manage subscriptions and feature access with customizable plans in FilamentPHP

628.1k](/packages/tomatophp-filament-subscriptions)

PHPackages © 2026

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