Download the PHP package husam-tariq/filament-database-schedule without Composer
On this page you can find all versions of the php package husam-tariq/filament-database-schedule. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download husam-tariq/filament-database-schedule
More information about husam-tariq/filament-database-schedule
Files in husam-tariq/filament-database-schedule
Package filament-database-schedule
Short Description Manage your Laravel Task Scheduling in a Filament interface and save schedules to the database.
License MIT
Homepage https://github.com/husam-tariq/filament-database-schedule
Informations about the package filament-database-schedule
Manage your Filament Task Scheduling in a Filament interface and save schedules to the database.
Documentation
This librarian creates a filament resource(default: /schedule) in your filament admin panel where it is possible to manage which schedules will be executed at any given moment, these schedules are recorded in the database and can be changed, activated, inactivated or deleted via your panel without the need for a new application deployment.
Create Schedules
Show History Schedules
Installation
You can install the package via composer:
You should publish and run the migrations with:
You can publish the config file with:
You can publish the translations files with:
Run the artisan command to run scheduled tasks
Plugin Usage
Using the plugin is easy all you need to do is instanciate it to the Panels you want the plugin to be available in.
Environment variables
You can set the following environment variables to configure schedules:
- SCHEDULE_TIMEZONE : The default is the same configured for the application, but if you need the schedules to run in a different timezone, it is possible to configure it with this variable
- SCHEDULE_CACHE_DRIVER : The default is
file
- SCHEDULE_CACHE_ENABLE : The default is disabled when
APP_DEBUG=true
and enabled whenAPP_DEBUG=false
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
- Hussam Tariq
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-database-schedule with dependencies
awcodes/filament-table-repeater Version ^2.0.4
filament/filament Version ^3.0.47
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0