logo light

New Plugins on Filament: Worth Checking Out

Image Description
By: php coder
  • Published: 24 Apr 2024 Updated: 04 May 2024

Get a quick overview of the latest additions to Filament's plugin directory and see how they can level up your development projects

New Plugins on Filament: Worth Checking Out

Here is a collection of the recently added plugins to the Filament website:

Model States:

Seamlessly integrate model states and transitions into the Filament. This is a powerful tool that seamlessly integrates model states and transitions into the Filament UI. It supports Spatie Laravel Model States out-of-the-box, which makes transitioning, listing, and filtering states effortless tasks.

Read More: https://filamentphp.com/plugins/maartenpaauw-model-states#introduction

Json Column

A simple package to view and edit your JSON columns.

Read More: https://filamentphp.com/plugins/valentin-morice-json-column

OTP Login

OTP Login for FilamentPHP. This on my favorite, it make login to your app much secure, It is a simple package that allows you to login to your FilamentPHP application using OTP.

Read More: https://filamentphp.com/plugins/afsakar-otp-login

Mail Log

View outgoing mail in a resource. This plugin adds an event listener to log emails sent on mail_logs database table. It also adds a Filament resource to view the mail logs.

Read More: https://filamentphp.com/plugins/tapp-network-mail-log

Password Confirmation

Prompt users to re-enter their password before performing sensitive actions.

Simplifies adding a secure password confirmation step to your admin panels.

Read More: https://filamentphp.com/plugins/juliomotol-password-confirmation

Queueable Bulk Actions

This plugin simplifies managing bulk operations asynchronously in a queue. It provides tracking and status updates for tasks, while supporting both action calls and job dispatches. Excellent for bulk data updates and tasks with real-time notifications.

Read More: https://filamentphp.com/plugins/eddie-rusinskas-queueable-bulk-actions

Invites

Invite Users with a table action or a header action. Provides an action to invite users from Filament users resource.

Read More: https://filamentphp.com/plugins/tapp-network-invites

.Env Editor

A Simple .env file viewer plugin for your panels. Provides features like, manage current env variables, and a handy backup functionality page.

Read More: https://filamentphp.com/plugins/geo-sot-env-editor

Back to Tricks