Initial worker definition. Needs a jobs table to be created
This commit is contained in:
13
composer.json
Normal file
13
composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "avsdev/sprinkle-worker",
|
||||
"type": "userfrosting-worker",
|
||||
"description": "A sprinkle to add a worker thread.",
|
||||
"autoload": {
|
||||
"files" : [
|
||||
"defines.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"UserFrosting\\Sprinkle\\Worker\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user