Libraries tagged by ignore
racashmoney/laravel-blockable
24 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'block' or 'ignore' feature.
zogxray/composer-parameter-handler
15427 Downloads
Composer script handling your ignored parameter file
terranc/eloquent-insert-on-duplicate-key
1506 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
tback/scheduledaemon
18160 Downloads
ScheduleDaemon for Laravel. You must ensure every schedule:run is shorter then 60 seconds otherwise events might be ignored.
linio/composer-parameter-handler
579 Downloads
Composer script handling your ignored parameter file
devgeniem/acf-flexible-visibility
322 Downloads
A WordPress and an Advanced Custom Fields plugin that adds an option to ignore certain page templates when declaring ACF Flexible Content layouts.
datlechin/flarum-add-like-controls
708 Downloads
Add Like and Ignore option to Discussion Controls
coco-project/sql-cache
19 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
wemakecustom/symfony-app-loader
1059 Downloads
Composer script handling your ignored app_loader.ini file
derrabus/composer-parameter-handler
11486 Downloads
Composer script handling your ignored parameter file
regelwerk/ignore-bot-swift-mailer-handler-bundle
5 Downloads
A monolog swift handler that ignores all requests from bots
tenolo/ignore-doctrine-annotations-bundle
499 Downloads
Helps to configure that the doctrine annotations reader ignores specific annotations.
rawr/covers-ignore
497 Downloads
Script to remove PhpUnit @covers annotations from project
nicoaudy/ignoreable-observers
112 Downloads
Dynamically disable/enable Laravel's Eloquent model observers
maximilian-kresse/phpstan-ignore-error-formatter
2 Downloads
A error formatter wrapper to ignore the exit code of the wrapped error formatter and always return 0