Libraries tagged by ignore
incenteev/composer-parameter-handler
75045380 Downloads
Composer script handling your ignored parameter file
liborm85/composer-vendor-cleaner
393884 Downloads
Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.
staudenmeir/laravel-upsert
702483 Downloads
Laravel UPSERT and INSERT IGNORE queries
zidbih/laravel-deadlock
4212 Downloads
Make temporary Laravel workarounds expire and fail CI when ignored.
jdavidbakr/replaceable-model
247134 Downloads
Adds 'REPLACE' and 'INSERT IGNORE' query capability to eloquent models
inmarelibero/gitignore-checker
82698 Downloads
A PHP library to check if a path is ignored by GIT
guidocella/eloquent-insert-on-duplicate-key
593778 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
forrest79/phpcs-ignores
42036 Downloads
PHPCS-Ignores provides functionality to use baseline or other ignoring for original PHPCS.
ageekdev/vapor-ignore
38025 Downloads
To clean unnecessary files for Laravel Vapor deployment
shipmonk/phpstan-ignore-inliner
12722 Downloads
Inline your PHPStan error ignores into the source files via @phpstan-ignore comments.
gdmedia/ss-auto-git-ignore
224063 Downloads
A Composer post-update-cmd script to automatically add Composer managed SilverStripe modules and themes to .gitignore
fof/ignore-users
31883 Downloads
Allow users to ignore other users.
automattic/ignorefile
209821 Downloads
Handle .gitignore style files.
shaburov/laravel-mysql-index-hints-scope
55908 Downloads
Index Hints for laravel https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
fdmind/ignore-query-strings
4370 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.