Libraries tagged by OCLC
occ2/form-control
0 Downloads
Description of project FormControl.
occ2/db-model
14 Downloads
Complex abstract model to manipulate with data in DB
occ2/control
2 Downloads
Boosted Nette Control
yurastrizhik/slack-error-notifier
324 Downloads
Send a message to a Slack channel when error occurs in your Laravel Application, forked from freshbitsweb/slack-error-notifier
yocmen/sneaker
94 Downloads
An easy way to send emails with stack trace whenever an exception occurs on the server for Laravel Applications.
wucdbm/http-logger-bundle
903 Downloads
A Symfony 3.0 Bundle for hosting HTTP Request/Responses, as well as exceptions that occur during the handling of those
vikasrinvi/laravel-bug-watcher
23 Downloads
to send the mail when error occured
vairogs/functions-memoize
0 Downloads
A PHP library providing memoization functionality to cache the results of expensive function calls and return the cached result when the same inputs occur again
tkstarir/tkstarjdc
8 Downloads
TkStar Jalali Date Class + Occasions and Holidays for LuanchPad Framework
telex/telexclient
108 Downloads
Laravel package for sending messages(emails/sms) when events occur via Telex(https://telex.im)
tamimibrahim17/laravel-error-to-slack
3 Downloads
Send a message to a Slack channel when error occurs in your Laravel Application
scandi/module-store-hreflang-scope
1 Downloads
A module that will check each occurrence of the page and set the hreflang link
rexxars/imbo-http-hooks
10 Downloads
Perform HTTP requests when Imbo events occur
rapidwebltd/no-post-data-laravel-middleware
77 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.
qmas/sneaker
6 Downloads
An easy way to send emails with stack trace whenever an exception occurs on the server for Laravel Applications.