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
User Table Resource with a lot of package integrations
Filament Users V2
Filament Users V1
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
Manage your modules as a plugin system with a plugin generator
Filament Media Manager
Manage your media files using spatie media library with easy to use GUI for FilamentPHP
Filament Developer Gate
Secure your selected route by using a middleware with a static password for developers only
Filament Accounts
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
Filament Wallet
Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder
Filament Alerts
Send notifications to users using notification templates and multi-notification channels
Filament FCM
Firebase Cloud Messaging integration to Native FilamentPHP Notification Package
Filament Helpers
Helper Class Generator to manage your forms and table inside your filament app
Filament Icons
Picker & Table Column & Icons Provider for FilamentPHP
Filament CMS
Full CMS System with easy-to-use page builder & theme manager for FilamentPHP
Filament Types
Manage any type on your app in the Database with easy Resources for FilamentPHP
Filament Menus
Menu Database builder to use as a navigation on Filament Panel or as a Livewire Component
Filament Browser
File & Folders & Media Browser With Code Editor
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 Settings Hub
Manage your app settings with GUI and helpers
Filament Locations
Database Seeds for Locations for FilamentPHP
Filament Splade
Integration of Splade Vue Components for Filament
Filament API
Generate APIs from your filament resource using a single line of code
Filament E-commerce
Build your own e-commerce store with FilamentPHP with the Power of Tomato CMS Builder
Filament Twilio
Send Whatsapp messages using Twilio and native filament Notification Facade class
Filament Discord
Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
Filament Translation Component
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
Filament Translation Component
Filament Sticky Notes
Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
Filament Invoices Manager
Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP
Filament PWA
get a PWA feature on your FilamentPHP app with settings from panel
Filament Simple Theme
A simple theme for FilamentPHP with custom user menu in sidebar
Filament Subscriptions
Manage subscriptions and feature access with customizable plans in FilamentPHP
thanks for Laravel Subscriptions you can review it before use this package.
Filament POS
POS System for FilamentPHP with a lot of features and integration with Ecommerce Builder
Filament Tenancy
Tenancy multi-database integration for FilamentPHP
Filament Withdrawals
Manage your withdrawals in Filament
Filament Payment Manager
Manage your payments inside FilamentPHP app with multi payment gateway integration
Filament User Logger
Log all user activity to file or log driver and preview it on your FilamentPHP panel
Filament SEO Manager
Manage and generate SEO tags and integrate your website with Google SEO services
Filament Documents Editor
Manage your documents and contracts all in one place with template builder
Filament Social Media Manager
Integration of social media platform actions and auth to your FilamentPHP panel
Filament Blog Template
Frontend for CMS Builder to build a blog and personal websites
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)
wow! thx thx
Awesome!