Skip to content

brainbits/database-command

Repository files navigation

Installation

Register the commands in your services.yaml.

    Tspm\DatabaseCommand\Command\SchemaExistsCommand: ~

    Tspm\DatabaseCommand\Command\WaitForDatabaseCommand: ~

For older symfony systems use:

        Tspm\DatabaseCommand\Command\SchemaExistsCommand:
            arguments:
                $connection: '@doctrine.dbal.default_connection'
            tags:
                - { name: 'console.command' }

        Tspm\DatabaseCommand\Command\WaitForDatabaseCommand:
            arguments:
                $connection: '@doctrine.dbal.default_connection'
            tags:
                - { name: 'console.command' }

About

wait-for-database symfony command

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages