PHPackages                             haosheng0211/filament-forms-tailtab - 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. haosheng0211/filament-forms-tailtab

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

haosheng0211/filament-forms-tailtab
===================================

This is my package filament-forms-tailtab

v1.0.0(3mo ago)02[2 PRs](https://github.com/haosheng0211/filament-forms-tailtab/pulls)MITBladePHP ^8.2CI passing

Since Apr 11Pushed 1mo agoCompare

[ Source](https://github.com/haosheng0211/filament-forms-tailtab)[ Packagist](https://packagist.org/packages/haosheng0211/filament-forms-tailtab)[ Docs](https://github.com/haosheng0211/filament-forms-tailtab)[ GitHub Sponsors](https://github.com/MrJin)[ RSS](/packages/haosheng0211-filament-forms-tailtab/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (10)Versions (4)Used By (0)

This is my package filament-forms-tailtab
=========================================

[](#this-is-my-package-filament-forms-tailtab)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2617bedbadf32a95e83e14d3fea88af2e4783aa3adcf54627fd2d2e6cdc3ede2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68616f7368656e67303231312f66696c616d656e742d666f726d732d7461696c7461622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/haosheng0211/filament-forms-tailtab)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4d06df65e46a8d5e45e6e19cdbabb537892ddc8f5b44950da93d1f6eed5718db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616f7368656e67303231312f66696c616d656e742d666f726d732d7461696c7461622f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/haosheng0211/filament-forms-tailtab/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f7e0c59fe7c2c0723d3d99f6d18ae078159abb2dd4362f5c4d148228b42f98d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616f7368656e67303231312f66696c616d656e742d666f726d732d7461696c7461622f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/haosheng0211/filament-forms-tailtab/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/bde7ff4d4b70d0c799dcd366165620cd72994a9e80aa44d8c4d4e31bf8c479ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68616f7368656e67303231312f66696c616d656e742d666f726d732d7461696c7461622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/haosheng0211/filament-forms-tailtab)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/c48ebdbe2047eeeee721dace85202c0552b5052259aaa85a2e0ebbf255531cb1/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f66696c616d656e742d666f726d732d7461696c7461622e6a70673f743d31)](https://spatie.be/github-ad-click/filament-forms-tailtab)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require haosheng0211/filament-forms-tailtab
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-forms-tailtab-migrations"
php artisan migrate
```

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-forms-tailtab-views"
```

Usage
-----

[](#usage)

```
$filamentFormsTailTab = new MrJin\FilamentFormsTailTab();
echo $filamentFormsTailTab->echoPhrase('Hello, MrJin!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Mr.Jin](https://github.com/haosheng0211)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance87

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

104d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9288489?v=4)[Haosheng Zou](/maintainers/haosheng)[@Haosheng](https://github.com/Haosheng)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![haosheng0211](https://avatars.githubusercontent.com/u/45075952?v=4)](https://github.com/haosheng0211 "haosheng0211 (1 commits)")

---

Tags

laravelMrJinfilament-forms-tailtab

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/haosheng0211-filament-forms-tailtab/health.svg)

```
[![Health](https://phpackages.com/badges/haosheng0211-filament-forms-tailtab/health.svg)](https://phpackages.com/packages/haosheng0211-filament-forms-tailtab)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

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

About

104162.2k2](/packages/stephenjude-filament-debugger)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16121.5k](/packages/backstage-mails)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.8k2](/packages/finity-labs-fin-mail)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k5](/packages/tapp-filament-form-builder)

PHPackages © 2026

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