Libraries tagged by cannot
diontech/laravel-extended-scheduler
1444 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.
bradp/required-plugins
4 Downloads
Make certain plugins required so that they cannot be (easily) deactivated.
wubinworks/module-template-filter-patch
7 Downloads
Magento 2 patch for CVE-2022-24086, CVE-2022-24087. Fix the RCE vulnerability and related bugs by performing deep template variable escaping. If you cannot upgrade Magento or cannot apply the official patches, try this one.
wubinworks/module-jwt-auth-patch
1 Downloads
Fix the JWT authentication vulnerability on certain Magento 2 versions. Deny tokens issued by old encryption key. If you cannot upgrade Magento or cannot apply the official patch, try this one.
start2004/riak-php-client
18 Downloads
UnOfficial Riak client for PHP7, merge `basho/riak-pb` and `open-adapter/riak-php-client`, Fix for the error "Cannot use Riak\Object as Object because 'Object' is a special class name", support 8087 or 8098.
selectitaly/blackout-dates
10 Downloads
A class for generating an array of dates which might typically represent dates on which certain types of business requests can not be guaranteed to be processed by.
revans/deployment-actions-laravel
341 Downloads
Allows artisan commands to be run on sites where termnial access or database access cannot be accessed
rawveg/model-validation
48 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
pointeger/magento2-module-attribute-lock
1 Downloads
The product attribute lock extension enables users to make product attributes read only on product edit page by an attribute configuration. This feature helps the admin to lock a value of product attribute so the value cannot be changed.
pinfort/laravel-cookie-confirm
22 Downloads
Any website cannot use cookie without agree.
patrick-blom/article-limit-per-order
9 Downloads
This module extends the article structure with the maximum order amount of a single article. This amount can not be exceeded per order.
monitoring/smithclientcurl
128 Downloads
CURL Client for a monitoring aggregation system (used for projects where we cannot install guzzle)
makinacorpus/preferences-bundle
4241 Downloads
Preferences are configuration variables that are user-managed for which we cannot rely upon container parameters or environment variables.
mage2pro/stat
10 Downloads
The module fixes the «Cannot gather stats» error on clearing the static files cache via the Magento 2 backend
lschricke/symfony-strict-route-collection
7 Downloads
This package offers a stricter version of the Symfony\Component\Routing\RouteCollection where you cannot add a Route with a name that is already registered, preventing you to overwrite an existing Route name by mistake.