Download the PHP package jeffersongoncalves/filament-one-time-operations without Composer
On this page you can find all versions of the php package jeffersongoncalves/filament-one-time-operations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/filament-one-time-operations
More information about jeffersongoncalves/filament-one-time-operations
Files in jeffersongoncalves/filament-one-time-operations
Package filament-one-time-operations
Short Description This is a Laravel Filament package that provides a One Time Operations functionality for web applications.
License MIT
Homepage https://github.com/jeffersongoncalves/filament-one-time-operations
Informations about the package filament-one-time-operations
Filament One Time Operations
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.
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:
Usage
Publish config file.
Add in AdminPanelProvider.php
Testing
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
- Jèfferson Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-one-time-operations with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.14.0
timokoerber/laravel-one-time-operations Version ^1.4