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!
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
here is the plugins list you can use.
User Table Resource with a lot of package integrations
Filament Users V2 Filament Users V1
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
Manage your modules as a plugin system with a plugin generator
Manage your media files using spatie media library with easy to use GUI for FilamentPHP
Secure your selected route by using a middleware with a static password for developers only
full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder
Send notifications to users using notification templates and multi-notification channels
Firebase Cloud Messaging integration to Native FilamentPHP Notification Package
Helper Class Generator to manage your forms and table inside your filament app
Picker & Table Column & Icons Provider for FilamentPHP
Full CMS System with easy-to-use page builder & theme manager for FilamentPHP
Manage any type on your app in the Database with easy Resources for FilamentPHP
Menu Database builder to use as a navigation on Filament Panel or as a Livewire Component
File & Folders & Media Browser With Code Editor
Simple yet powerful library for running some artisan commands. this package is a fork of artisan-gui with some custom for filament UI
Manage your app settings with GUI and helpers
Database Seeds for Locations for FilamentPHP
Generate APIs from your filament resource using a single line of code
Build your own e-commerce store with FilamentPHP with the Power of Tomato CMS Builder
Send Whatsapp messages using Twilio and native filament Notification Facade class
Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
Filament Translation Component
Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
Generate and manage your invoices / payments using multi currencies and multi types in FilamentPHP
get a PWA feature on your FilamentPHP app with settings from panel
A simple theme for FilamentPHP with custom user menu in sidebar
Manage subscriptions and feature access with customizable plans in FilamentPHP
thanks for Laravel Subscriptions you can review it before use this package.
POS System for FilamentPHP with a lot of features and integration with Ecommerce Builder
Tenancy multi-database integration for FilamentPHP
Manage your withdrawals in Filament
Manage your payments inside FilamentPHP app with multi payment gateway integration
Log all user activity to file or log driver and preview it on your FilamentPHP panel
Manage and generate SEO tags and integrate your website with Google SEO services
Manage your documents and contracts all in one place with template builder
Integration of social media platform actions and auth to your FilamentPHP panel
Frontend for CMS Builder to build a blog and personal websites
you can join our discord server to get support TomatoPHP
you can check docs of all packages on Docs
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.