Libraries tagged by disable
wiakowe/form-bundle
161 Downloads
A bundle which contains helper form types to aid our needs: "choice with disabled options", "jquery minicolors colorpicker".
webtown/doctrine-schema-update-bundle
1468 Downloads
Disable the doctrine:schema:update command. Force using migration method.
webtheory/wpdmc
516 Downloads
Disable WordPress debug mode checks via constant definition
websafe/zf-mod-language
22 Downloads
A ZF2 module which takes care of detecting an optimal and/or the requested locale for Your application's translator. The locale is computed/detected basing on values found in: Accept-Language header, cookie, session, query parameter and route parameter. Each detection method can be disabled/enabled via configuration.
vuphuong87/plivo-php
1364 Downloads
Plivo PHP Helper Library with Composer Support with disable error exception.
trash-panda/m2-cron-job-modifier
2 Downloads
Disable cron jobs provided by Magento 2 or other modules or move them to other groups
tiththa/nova-maintenance-mode
1 Downloads
Enable and disable Maintenance Mode from within Laravel Nova
tim-vdv/yii2-login-attempts-behavior
67 Downloads
Disable login after multiple failures.
thefrosty/wp-login-locker
54 Downloads
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
sybrew/emoji-settings
1 Downloads
Emoji Settings adds an option to your WordPress Writing Settings page to disable or enable emojis.
spiral-packages/maintenance
3 Downloads
Disable your application while it is updating or when you are performing maintenance.
somov/yii2-app-module
228 Downloads
A manage modules Yii2 at run time. Can enable, disable, install, uninstall and update.
smallstripes/shipping-restrictions
0 Downloads
Shipping restrictions extension for Magento 2 helps the owner of store to disable shipping for certain criteria
sip/dynamic-connection-bundle
5 Downloads
Allows you to enable/disable bundles via the command line
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions