Libraries tagged by error bags

bcdbuddy/portfolio-form

0 Favers
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

Go to Download


bcdbuddy/material-form

1 Favers
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

Go to Download


barbuslex/bootforms

0 Favers
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)

Go to Download


asb/morphmtm

0 Favers
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..

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
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

Go to Download


kamillo1888/errsy

2 Favers
4 Downloads

Error retention application, that helps to view, analyze and fix bugs in SF applications

Go to Download


springtimesoft/silverstripe-raygun-tags

2 Favers
133 Downloads

Automatically add Silverstripe tags to Raygun error logs

Go to Download


varbox/varbox

62 Favers
500 Downloads

Laravel Admin Panel

Go to Download


heimseiten/contao-custom-contao-bundle

1 Favers
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, ...

Go to Download


axllent/silverstripe-raygun-tags

1 Favers
366 Downloads

Automatically add Silverstripe tags to Raygun error logs

Go to Download


sukohi/form-strap

0 Favers
107 Downloads

A PHP package mainly developed for Laravel to generate form input tags of Bootstrap that can display errors.

Go to Download


sukohi/form-autocomplete

1 Favers
861 Downloads

A PHP package mainly developed for Laravel to generate form input tags of Bootstrap that can automatically display errors, labels and alerts.

Go to Download


<< Previous