One Time Operations
Provides a One Time Operations functionality for web applications.
Author:
Jefferson Gonçalves
Documentation
- Requirements
- Installation
- Usage
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License

This is a Laravel Filament package that provides a One Time Operations functionality for web applications. The package is based on the timokoerber/laravel-one-time-operations library, which is used as a dependency to implement this Filament plugin.
#Requirements
- PHP 8.2 or higher
- Laravel 11.0 or higher
- Filament 4.0 or higher
#Key Features
- Integration with the Laravel Filament framework
- Admin interface for managing operations that need to be executed only once
- Easy implementation through a configurable plugin
- Logging and tracking of executed one-time operations in the system
#How It Works
The package provides a plugin for Filament that can be easily integrated into your admin panel. It uses the foundation of the timokoerber/laravel-one-time-operations library and extends it to work seamlessly with the Filament ecosystem.
This solution is ideal for:
- Data migrations that need to be executed only once
- System updates that should not be repeated
- Maintenance scripts that require controlled execution
- Critical operations that need execution tracking
#Installation
You can install the package via composer:
composer require jeffersongoncalves/filament-one-time-operations
#Usage
Publish config file.
php artisan vendor:publish --tag=filament-one-time-operations-config
Add in AdminPanelProvider.php
use JeffersonGoncalves\Filament\OneTimeOperations\OneTimeOperationsPlugin;
->plugins([
OneTimeOperationsPlugin::make(),
])
#Testing
composer test
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
From the same author
Hidden Action
A hidden action that allows you to define it without rendering it in the UI.
Author:
Jefferson Gonçalves
Whatsapp Widget
Provides a simple yet customizable WhatsApp widget for your website.
Author:
Jefferson Gonçalves
Topbar
Automatically adds a customized topbar to your Filament admin panel. This plugin enhances your panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.
Author:
Jefferson Gonçalves
Pixel
Seamlessly integrates Meta Pixel analytics into your Blade templates. Using your Meta Pixel ID, it enables easy tracking of website visits and user interactions, providing valuable insights into your audience and website performance.
Author:
Jefferson Gonçalves
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission