DEV Community

Cover image for TomatoPHP Filament Plugins
Fady Mondy
Fady Mondy

Posted on • Updated on

TomatoPHP Filament Plugins

Hello, Laravel and PHP enthusiasts!

We are excited to announce that we are enhancing our contributions to the Laravel & PHP community. Our team is developing a series of powerful packages and plugins for FilamentPHP, bringing the robust features of the TomatoPHP framework directly to your Filament applications. Stay tuned for more updates and take your Filament apps to the next level with TomatoPHP!

Use Plugin as a Module

before use this feature please make sure that you are publish the config file of modules.php using this command

 php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider" --tag="config"
Enter fullscreen mode Exit fullscreen mode

on the config file edit this 'enabled' => true,

<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Scan Path
    |--------------------------------------------------------------------------
    |
    | Here you define which folder will be scanned. By default will scan vendor
    | directory. This is useful if you host the package in packagist website.
    |
    */
    'scan' => [
        'enabled' => true,
        'paths' => [
            base_path('vendor/*/*'),
        ],
    ],
]
Enter fullscreen mode Exit fullscreen mode

all of this plugin can work as a module inside your app using our filament-plugins package and use this command

php artisan filament-plugins:publish
Enter fullscreen mode Exit fullscreen mode

and type the name of the plugin you went to publish, if you don't know the plugin name you can use the list of all plugins using this command

php artisan module:list
Enter fullscreen mode Exit fullscreen mode

Plugins List

here is the plugins list you can use.

Filament Users

Filament Users

User Table Resource with a lot of package integrations

Filament Users V2
Filament Users V1

Filament Translations

Filament Translations

Manage your translation with DB and cache, you can scan your language tags like trans(), __(), and get the string inside and translate them using UI.

Filament Translations V2
Filament Translations V1

Filament Plugins

Filament Plugins

Manage your modules as a plugin system with a plugin generator

Filament Plugins

Filament Media Manager

Filament Media Manager

Manage your media files using spatie media library with easy to use GUI for FilamentPHP

Filament Media Manager

Filament Developer Gate

Filament Developer Gate

Secure your selected route by using a middleware with a static password for developers only

Filament Developer Gate

Filament Accounts

Filament Accounts

full accounts manager with API/Notifications/Contacts to manage your contacts and accounts

Filament Accounts

Filament Wallet

Filament Wallet

Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder

Filament Wallet

Filament Alerts

Image description

Send notifications to users using notification templates and multi-notification channels

Filament Alerts

Filament FCM

Filament FCM

Firebase Cloud Messaging integration to Native FilamentPHP Notification Package

Filament FCM

Filament Helpers

Filament Helpers

Helper Class Generator to manage your forms and table inside your filament app

Filament Helpers

Filament Icons

Filament Icons

Picker & Table Column & Icons Provider for FilamentPHP

Filament Icons

Filament CMS

Filament CMS

Full CMS System with easy-to-use page builder & theme manager for FilamentPHP

Filament CMS

Filament Types

Filament Types

Manage any type on your app in the Database with easy Resources for FilamentPHP

Filament Types

Filament Menus

Filament Menus

Menu Database builder to use as a navigation on Filament Panel or as a Livewire Component

Filament Menus

Filament Browser

Filament Browser

File & Folders & Media Browser With Code Editor

Filament Browser

Filament Artisan

Filament Artisan

Simple yet powerful library for running some artisan commands. this package is a fork of artisan-gui with some custom for filament UI

Filament Artisan

Filament Settings Hub

Filament Settings Hub

Manage your app settings with GUI and helpers

Filament Settings Hub

Filament Locations

Filament Locations

Database Seeds for Locations for FilamentPHP

Filament Locations

Filament Splade

Filament Splade

Integration of Splade Vue Components for Filament

Filament Splade

Filament API

Filament API

Generate APIs from your filament resource using a single line of code

Filament API

Filament E-commerce

Filament Ecommerce

Build your own e-commerce store with FilamentPHP with the Power of Tomato CMS Builder

Filament E-commerce

Filament Twilio

Filament Twilio

Send Whatsapp messages using Twilio and native filament Notification Facade class

Filament Twilio

Filament Discord

Filament Discord

Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class

Filament Discord

Filament Translation Component

Filament Translation Component

Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin

Filament Translation Component

Filament Sticky Notes

Filament Sticky Notes

Add Sticky Notes to your FilamentPHP dashboard with tons of options and style

Filament Sticky Notes

Filament Invoices Manager

Screenshot

Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP

Filament Invoices Manager

Filament PWA

Screenshot

get a PWA feature on your FilamentPHP app with settings from panel

Filament PWA

Filament Simple Theme

Screenshot

A simple theme for FilamentPHP with custom user menu in sidebar

Filament Simple Theme

Filament Subscriptions

Screenshot

Manage subscriptions and feature access with customizable plans in FilamentPHP

thanks for Laravel Subscriptions you can review it before use this package.

Filament Subscriptions

Filament POS

Screenshot

POS System for FilamentPHP with a lot of features and integration with Ecommerce Builder

Filament POS

Filament Tenancy

Screenshot

Tenancy multi-database integration for FilamentPHP

Filament Tenancy

Filament Withdrawals

Screenshot

Manage your withdrawals in Filament

Filament Withdrawals

Filament Payment Manager

Screenshot

Manage your payments inside FilamentPHP app with multi payment gateway integration

Filament Payment Manager

Support

you can join our discord server to get support TomatoPHP

Docs

you can check docs of all packages on Docs

Credits

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.

Top comments (2)

Collapse
 
corean profile image
corean

wow! thx thx

Collapse
 
douglasmaiabr profile image
Douglas Maia

Awesome!