Created new CLI command to parse a shortcode

This commit is contained in:
Alejandro Celaya
2016-07-05 23:16:23 +02:00
parent 490b72539e
commit 9ce5e255f1
4 changed files with 84 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ return [
// Cli commands
CliCommands\GenerateShortcodeCommand::class => AnnotatedFactory::class,
CliCommands\ResolveUrlCommand::class => AnnotatedFactory::class,
// Middleware
Middleware\Routable\RedirectMiddleware::class => AnnotatedFactory::class,