Libraries tagged by ignore
incenteev/composer-parameter-handler
70697011 Downloads
Composer script handling your ignored parameter file
liborm85/composer-vendor-cleaner
218208 Downloads
Composer Vendor Cleaner removes unnecessary development files and directories from vendor directory.
staudenmeir/laravel-upsert
655374 Downloads
Laravel UPSERT and INSERT IGNORE queries
jdavidbakr/replaceable-model
235046 Downloads
Adds 'REPLACE' and 'INSERT IGNORE' query capability to eloquent models
guidocella/eloquent-insert-on-duplicate-key
571901 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
forrest79/phpcs-ignores
24771 Downloads
PHPCS-Ignores provides functionality to use baseline or other ignoring for original PHPCS.
ageekdev/vapor-ignore
25977 Downloads
To clean unnecessary files for Laravel Vapor deployment
gdmedia/ss-auto-git-ignore
214330 Downloads
A Composer post-update-cmd script to automatically add Composer managed SilverStripe modules and themes to .gitignore
automattic/ignorefile
191853 Downloads
Handle .gitignore style files.
shaburov/laravel-mysql-index-hints-scope
30334 Downloads
Index Hints for laravel https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
inmarelibero/gitignore-checker
36392 Downloads
A PHP library to check if a path is ignored by GIT
shipmonk/phpstan-ignore-inliner
59 Downloads
Inline your PHPStan error ignores into the source files via @phpstan-ignore comments.
robier/tests-ignore-final
5650 Downloads
Mock final classes
fof/ignore-users
25813 Downloads
Allow users to ignore other users.
fdmind/ignore-query-strings
1125 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.