Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Supervisor Command Bundle Laravel Package

aboutcoders/supervisor-command-bundle

DEPRECATED. Symfony bundle adding console commands (abc:supervisor) to control Supervisor instances, built on YZSupervisorBundle. Install via Composer and register the bundle to manage Supervisor from app/console.

View on GitHub
Deep Wiki
Context7

DEPRECATED

AbcSupervisorCommandBundle

A symfony bundle that provides console commands to control supervisor instances (based on the YZSupervisorBundle).

Build Status: Build Status

Installation

Follow the installation and configuration instructions of the third party bundles:

Add the AbcSupervisorCommandBundle to your composer.json file

php composer.phar require aboutcoders/supervisor-command-bundle

Include the bundle in the AppKernel.php class

public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\SupervisorCommandBundle\AbcSupervisorCommandBundle(),
    );

    return $bundles;
}

Usage

Enter the following command to get information about the available commands:

php app/console list abc:supervisor

ToDo

  • Increase unit test coverage
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware