Download the PHP package torqnorth/pimcore-command-locker-bundle without Composer
On this page you can find all versions of the php package torqnorth/pimcore-command-locker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pimcore-command-locker-bundle
pimcore-command-locker-bundle
This command will create a lock prior to running a command, so that the command cannot be started again by another container / process.
Installing the package via composer
This bundle is easily installed via composer: composer require torqnorth/pimcore-command-locker-bundle
Steps to setting up the object deleter:
- Make sure you register the
CommandLockerBundlein yourAppKernel.phplocated at\src\pimcore-root\app\AppKernel.php. Registering the bundle is as easy as adding a line in the registerBundlesToCollection function, like so:$collection->addBundle(new \TorqNorth\CommandLockerBundle\CommandLockerBundle); - You will also be required to enable the bundle. Either navigate to
var/config/extensions.phpand add it, or runbin/console pimcore:bundle:enable CommandLockerBundle. - Run the bundle, with the command:
./bin/console torqnorth:command-locker 'YOUR_COMMAND_TO_BE_RUN'.
All versions of pimcore-command-locker-bundle with dependencies
PHP Build Version
Package Version
The package torqnorth/pimcore-command-locker-bundle contains the following files
Loading the files please wait ...