Libraries tagged by post data
xu42/imdb
45 Downloads
Crawl IMDb movie rating, content rating, release date, poster, presentation, director, actor, duration and other information
webard/nova-table-card
1855 Downloads
Nova table card. Show your latest data (orders, posts,...) as card or data you prefer.
kris-ro/validator
32 Downloads
PHP chainable multi-rule validator for data and POST forms
dytechltd/custom-table
6112 Downloads
Nova custom table card. Show your latest data (orders, posts, users...) as card or data you prefer.
davidwebca/acf-block-save-to-meta
11 Downloads
Adds a setting to ACF fields to allow saving the data to post meta.
sectsect/acf-repeater-field-query
25 Downloads
Modify the Query to multiple dates in a post For Advance Custom Field 'Repeater Field'.
dannyvanholten/wordpress-models
987 Downloads
Model to get Posts from the WordPress Database for the Themosis Framework
kustomer/webhook-integration
2311 Downloads
An extension that posts Magento/Adobe Commerce data to Kustomer via webhooks
tasmaniski/laminas-params-helper
127 Downloads
View Helper for reading data from $_GET, $_POST and Routes in view
uriweb/uri-ticks
624 Downloads
URI Ticks is a Wordpress plugin that creates custom posts, fields, and interaction for URI Tick Encounter data.
mesh-research/linked-open-profiles
2 Downloads
WordPress plugin for displaying data from the public scope of multiple ORCID profiles on pages, posts, and sites.
mediadreams/md-notifications
193 Downloads
Notify frontend users about the creation of new data records. Every data type can be configured easily, for example pages (blog posts) or tx_news records.
tofers/instagram-post-info
26 Downloads
Getting data about a post on Instagram. Nickname, location, post date, number of likes, photo.
tfrommen/default-post-date
10 Downloads
Define an individual default post date that is to be used when adding a new post.
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.