* cli command support added
* nightly cache update cli command implemented
This commit is contained in:
15
config/autoload/cli.global.php
Normal file
15
config/autoload/cli.global.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'dependencies' => [
|
||||
'invokables' => [],
|
||||
'factories' => [
|
||||
App\Command\UpdateNightlyCacheCommand::class => App\Command\UpdateNightlyCacheCommandFactory::class,
|
||||
],
|
||||
],
|
||||
'console' => [
|
||||
'commands' => [
|
||||
App\Command\UpdateNightlyCacheCommand::class,
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user