Skip to content
@tomatophp

TomatoPHP

Tomato Framework build in Laravel/Splade with a tons on Plugins and Helpers To build you app

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"

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/*/*'),
        ],
    ],
]

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

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

Plugins List

here is the plugins list you can use.

Filament Users

Latest Stable Version License Downloads GitHub Repo stars

Filament Users

User Table Resource with a lot of package integrations

Filament Users V2 Filament Users V1

Filament Translations

Latest Stable Version License Downloads GitHub Repo stars

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

Latest Stable Version License Downloads GitHub Repo stars

Filament Plugins

Manage your modules as a plugin system with a plugin generator

Filament Plugins

Filament Media Manager

Latest Stable Version License Downloads GitHub Repo stars

Filament Media Manager

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

Filament Media Manager

Filament Developer Gate

Latest Stable Version License Downloads GitHub Repo stars

Filament Developer Gate

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

Filament Developer Gate

Filament Accounts

Latest Stable Version License Downloads GitHub Repo stars

Filament Accounts

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

Filament Accounts

Filament Wallet

Latest Stable Version License Downloads GitHub Repo stars

Filament Wallet

Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder

Filament Wallet

Filament Alerts

Latest Stable Version License Downloads GitHub Repo stars

Image description

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

Filament Alerts

Filament FCM

Latest Stable Version License Downloads GitHub Repo stars

Filament FCM

Firebase Cloud Messaging integration to Native FilamentPHP Notification Package

Filament FCM

Filament Helpers

Latest Stable Version License Downloads GitHub Repo stars

Filament Helpers

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

Filament Helpers

Filament Icons

Latest Stable Version License Downloads GitHub Repo stars

Filament Icons

Picker & Table Column & Icons Provider for FilamentPHP

Filament Icons

Filament CMS

Latest Stable Version License Downloads GitHub Repo stars

Filament CMS

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

Filament CMS

Filament Types

Latest Stable Version License Downloads GitHub Repo stars

Filament Types

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

Filament Types

Filament Menus

Latest Stable Version License Downloads GitHub Repo stars

Filament Menus

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

Filament Menus

Filament Browser

Latest Stable Version License Downloads GitHub Repo stars

Filament Browser

File & Folders & Media Browser With Code Editor

Filament Browser

Filament Artisan

Latest Stable Version License Downloads GitHub Repo stars

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

Latest Stable Version License Downloads GitHub Repo stars

Filament Settings Hub

Manage your app settings with GUI and helpers

Filament Settings Hub

Filament Locations

Latest Stable Version License Downloads GitHub Repo stars

Filament Locations

Database Seeds for Locations for FilamentPHP

Filament Locations

Filament Splade

Latest Stable Version License Downloads GitHub Repo stars

Filament Splade

Integration of Splade Vue Components for Filament

Filament Splade

Filament API

Latest Stable Version License Downloads GitHub Repo stars

Filament API

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

Filament API

Filament E-commerce

Latest Stable Version License Downloads GitHub Repo stars

Filament Ecommerce

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

Filament E-commerce

Filament Twilio

Latest Stable Version License Downloads GitHub Repo stars

Filament Twilio

Send Whatsapp messages using Twilio and native filament Notification Facade class

Filament Twilio

Filament Discord

Latest Stable Version License Downloads GitHub Repo stars

Filament Discord

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

Filament Discord

Filament Translation Component

Latest Stable Version License Downloads GitHub Repo stars

Filament Translation Component

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

Filament Translation Component

Filament Sticky Notes

Latest Stable Version License Downloads GitHub Repo stars

Filament Sticky Notes

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

Filament Sticky Notes

Filament Invoices Manager

Latest Stable Version License Downloads GitHub Repo stars

Screenshot

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

Filament Invoices Manager

Filament PWA

Latest Stable Version License Downloads GitHub Repo stars

Screenshot

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

Filament PWA

Filament Simple Theme

Latest Stable Version License Downloads GitHub Repo stars

Screenshot

A simple theme for FilamentPHP with custom user menu in sidebar

Filament Simple Theme

Filament Subscriptions

Latest Stable Version License Downloads GitHub Repo stars

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

Latest Stable Version License Downloads GitHub Repo stars

Screenshot

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

Filament POS

Filament Tenancy

Latest Stable Version License Downloads GitHub Repo stars

Screenshot

Tenancy multi-database integration for FilamentPHP

Filament Tenancy

Filament Withdrawals

Latest Stable Version License Downloads GitHub Repo stars

Screenshot

Manage your withdrawals in Filament

Filament Withdrawals

Filament Payment Manager

Latest Stable Version License Downloads GitHub Repo stars

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

Pinned Loading

  1. tomato tomato Public

    TomatoPHP is built to make it easy to develop web apps and API by generating files of CRUD operations and support helpers of tonnes of functions to make it easy to manage and use framework services.

    JavaScript 146 17

  2. tomato-admin tomato-admin Public

    Tomato Admin Dashboard Build With FilamentPHP Theme for Laravel Splade

    JavaScript 52 10

  3. tomato-roles tomato-roles Public

    ACL Roles / Permissions for TomatoPHP build with Splade

    PHP 3 6

  4. laravel-package-generator laravel-package-generator Public

    Generate your Laravel package with ease.

    PHP 7 4

  5. tomato-settings tomato-settings Public

    Full Settings Generator / Manager with GUI for TomatoPHP build with Splade

    PHP 3 3

  6. laravel-agora laravel-agora Public

    Agora Token Generator With easy to use Service Class

    PHP 9 5

Repositories

Showing 10 of 156 repositories
  • filament-payments Public

    Manage your payments inside FilamentPHP app with multi payment gateway integration

    tomatophp/filament-payments’s past year of commit activity
    PHP 10 MIT 1 0 0 Updated Sep 19, 2024
  • .github Public
    tomatophp/.github’s past year of commit activity
    0 0 0 0 Updated Sep 19, 2024
  • awesome Public

    Awesome List of TomatoPHP Community Plugins

    tomatophp/awesome’s past year of commit activity
    4 MIT 0 0 0 Updated Sep 18, 2024
  • filament-plugins Public

    Manage your modules as a plugin system with plugin generator

    tomatophp/filament-plugins’s past year of commit activity
    Dart 25 MIT 7 0 0 Updated Sep 18, 2024
  • filament-subscriptions Public

    Manage your subscriptions Like Spark for FilamentPHP

    tomatophp/filament-subscriptions’s past year of commit activity
    PHP 8 MIT 2 0 0 Updated Sep 18, 2024
  • filament-tenancy Public

    Tenancy multi-database integration for FilamentPHP

    tomatophp/filament-tenancy’s past year of commit activity
    PHP 16 MIT 3 1 (1 issue needs help) 0 Updated Sep 18, 2024
  • tomatophp.com Public

    Demo for all TomatoPHP Filament Plugins.

    tomatophp/tomatophp.com’s past year of commit activity
    PHP 1 0 0 0 Updated Sep 17, 2024
  • filament-alerts Public

    Send notification to users using notification templates and multi notification channels, it's support Filament Native Notification Service with macro, and a full integration to FCM service worker notifications

    tomatophp/filament-alerts’s past year of commit activity
    PHP 19 MIT 3 0 0 Updated Sep 17, 2024
  • filament-translations Public

    Manage your translation with DB and cache

    tomatophp/filament-translations’s past year of commit activity
    PHP 37 MIT 14 0 0 Updated Sep 17, 2024
  • filament-notes Public

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

    tomatophp/filament-notes’s past year of commit activity
    PHP 27 MIT 3 1 0 Updated Sep 17, 2024

Most used topics

Loading…