Skip to content

Latest commit

History

History

.docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Apitte Console

Console commands for Apitte.

Content

Setup

First of all, setup core package.

Install and register console plugin

composer require apitte/console
api:
    plugins:
        Apitte\Console\DI\ConsolePlugin:

You also need setup an integration of symfony/console, try contributte/console

If you use kdyby/console then make sure you add required tag to registered commands.

decorator:
    Symfony\Component\Console\Command\Command:
        tags: [kdyby.console.command]

Commands

Route dump

List all endpoints and their details

php bin/console apitte:route:dump