Added a page & table for viewing a list of installed tasks

This commit is contained in:
2023-05-31 16:00:22 +01:00
parent 2bed04cd18
commit e4db24ee8d
11 changed files with 440 additions and 4 deletions

View File

@@ -3,7 +3,9 @@
"type": "userfrosting-sprinkle",
"description": "A sprinkle to add scheduled events.",
"require": {
"dragonmantank/cron-expression": "*"
"dragonmantank/cron-expression": "*",
"lorisleiva/cron-translator": "^0.3.2",
"twig/intl-extra": "^3.6"
},
"autoload": {
"files" : [
@@ -13,4 +15,4 @@
"UserFrosting\\Sprinkle\\Scheduler\\": "src/"
}
}
}
}