Skip to content

tomatophp/awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

Changelog

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

License

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

Releases

No releases published

Packages

No packages published