Libraries tagged by post code
bespoke-support/postcode-importer
226 Downloads
Importer for Postcode Database
bespoke-support/pca-postcode-anywhere
50408 Downloads
PCA Postcode Anywhere lookup + cache
beastbytes/postcodesio
89 Downloads
Postcode & Geolocation for the UK
aliuosio/magento-product-class-to-postcode
17 Downloads
Product Class To Postcode
activeants/magento2-postcodevalidator
155 Downloads
A minor enhancement to the postcode validator for Dutch postcodes
accentinteractive/laravel-postcode-nl
382 Downloads
A Laravel client using the Postcode.nl REST API for Dutch address verification.
wp-pay-gateways/postcode-ideal
728 Downloads
Postcode iDEAL driver for the WordPress payment processing library.
devmobgroup/postcodes
44 Downloads
Abstraction layer for fetching Dutch postcode data.
yurigiovani/code-posts
3 Downloads
schenato/code-posts
51 Downloads
Schenato.me a package for management posts
pedroramos/code-post
13 Downloads
ycms/php-code-for-posts
7 Downloads
nsp-code/post-types-order
1122 Downloads
Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
codebros/brand-post-type
5 Downloads
Add Brand custom post type
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.