Libraries tagged by ignore
incenteev/composer-parameter-handler
75739016 Downloads
Composer script handling your ignored parameter file
liborm85/composer-vendor-cleaner
437451 Downloads
Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.
staudenmeir/laravel-upsert
709852 Downloads
Laravel UPSERT and INSERT IGNORE queries
zidbih/laravel-deadlock
7296 Downloads
Make temporary Laravel workarounds expire and fail CI when ignored.
jdavidbakr/replaceable-model
248156 Downloads
Adds 'REPLACE' and 'INSERT IGNORE' query capability to eloquent models
inmarelibero/gitignore-checker
102441 Downloads
A PHP library to check if a path is ignored by GIT
guidocella/eloquent-insert-on-duplicate-key
597325 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
forrest79/phpcs-ignores
45435 Downloads
PHPCS-Ignores provides functionality to use baseline or other ignoring for original PHPCS.
ageekdev/vapor-ignore
39954 Downloads
To clean unnecessary files for Laravel Vapor deployment
shipmonk/phpstan-ignore-inliner
15945 Downloads
Inline your PHPStan error ignores into the source files via @phpstan-ignore comments.
fof/ignore-users
33141 Downloads
Allow users to ignore other users.
automattic/ignorefile
212721 Downloads
Handle .gitignore style files.
shaburov/laravel-mysql-index-hints-scope
60201 Downloads
Index Hints for laravel https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
gdmedia/ss-auto-git-ignore
224348 Downloads
A Composer post-update-cmd script to automatically add Composer managed SilverStripe modules and themes to .gitignore
fdmind/ignore-query-strings
4909 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.