Libraries tagged by error bags
bcdbuddy/portfolio-form
213 Downloads
A basic framework agnostic form building using materialize css framework package with a few extra niceties like remembering old input and retrieving error messages. Built on AdamWathan/BootForms
bcdbuddy/material-form
25 Downloads
A basic framework agnostic form building using materialize css framework package with a few extra niceties like remembering old input and retrieving error messages. Built on AdamWathan/BootForms
barbuslex/bootforms
26 Downloads
Just a Formbuilder with some Bootstrap specific conveniences. Remembers old input, retrieves error messages and handles all your boilerplate Bootstrap markup automatically. (Based on adamwathan/bootforms)
asb/morphmtm
2 Downloads
This package provides you with a module to automatically files need (Model,Migrations,...) add Morph many-to-many relations to your project along with commonly used basic commands.which minimizes the trial and error operation for you..
alissonlinneker/statuspage-php-sdk
1 Downloads
# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication
kamillo1888/errsy
4 Downloads
Error retention application, that helps to view, analyze and fix bugs in SF applications
springtimesoft/silverstripe-raygun-tags
133 Downloads
Automatically add Silverstripe tags to Raygun error logs
varbox/varbox
500 Downloads
Laravel Admin Panel
heimseiten/contao-custom-contao-bundle
290 Downloads
Fügt dem Contao Content-Slider viele Einstellungen hinzu und vieles weitere mehr. Bspw.: Font Awesome Insert Tags, horizontale slide Animation für die Galerie, scroll to error, body class with scroll direction, ...
axllent/silverstripe-raygun-tags
366 Downloads
Automatically add Silverstripe tags to Raygun error logs
sukohi/form-strap
107 Downloads
A PHP package mainly developed for Laravel to generate form input tags of Bootstrap that can display errors.
sukohi/form-autocomplete
861 Downloads
A PHP package mainly developed for Laravel to generate form input tags of Bootstrap that can automatically display errors, labels and alerts.