mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Created the console application via a factory
This commit is contained in:
13
config/autoload/cli.global.php
Normal file
13
config/autoload/cli.global.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
use Acelaya\UrlShortener\CLI\Command;
|
||||
|
||||
return [
|
||||
|
||||
'cli' => [
|
||||
'commands' => [
|
||||
Command\GenerateShortcodeCommand::class,
|
||||
Command\ResolveUrlCommand::class,
|
||||
]
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user