Libraries tagged by loose
loostie/yummy-dl
11 Downloads
Provides a simple way to fetch data for videos on adult sites
looqey/speca
85 Downloads
Describe your specs through expressive data classes
loopeer/wechat
45 Downloads
微信SDK
loopeer/luosimao-sms
18 Downloads
luosimao sms api package
loopeer/lib
405 Downloads
Loopeer server lib to sms jpush and other
loopeer/laravel-ueditor
162 Downloads
UEditor for laravel5. Support i18n. UEditor is a Rich Text Web Editor From Baidu.
loopeer/easypush
34 Downloads
A package for push messages
loodsen/bx.options
410 Downloads
Option Manager
loobee/ddd
11 Downloads
Domain-Driven Design library
logsea/paddle
7 Downloads
a paddle for log watcher
div-looper/payum-cashnpay
1320 Downloads
Extension for Payum which add support for CASH'nPAY payment gateway.
div-looper/inbox-bundle
7 Downloads
The Internal Messages System for your Symfony2 application.
lossendae/commonmark-task-lists
32 Downloads
Github Task Lists for CommonMark PHP implementation
loostro/deptrac-shim
262 Downloads
Shim repository for sensiolabs-de/deptrac
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.