Libraries tagged by default home
rooftopcms/rooftop-content-settings
374 Downloads
Change some site defaults and the example content when a sub-site is created
canvashack/plugin-enrollment-info-ui-tweaks
41 Downloads
Tweak some annoying default settings to better ones when looking at enrollment information
level51/more-admins
36 Downloads
A small SilverStripe module for adding multiple default admins through environment config. Comes handy for dev teams!
joetannenbaum/cloudinary
263 Downloads
Some common sense quick defaults for Cloudinary usage
dotzero/yii-insertupdate-behavior
34 Downloads
The Yii InsertUpdateCommandBehavior extension adds up some functionality to the default possibilites of yii´s CDbCommand implementation
wfk/wfk-layout
2348 Downloads
Module to add twitter bootstrap default layout to your application. Also some common used widgets.
variuxinc/module-base
7 Downloads
This is Variux base module, that fix some Magento issues. And extends default Magento features.
k3progetti/jwt-auth
15 Downloads
Symfony jwt auth bundle. Comes with refresh token enabled by default
bluewebmv/jwt-auth
6 Downloads
Symfony jwt auth bundle. Comes with refresh token enabled by default
canvashack/plugin-course-card-improvements
7 Downloads
Improve some notably stupid things about the default Canvas course cards on the dashboard.
tomsgu/vcard
150 Downloads
This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.
somniumgame/flogger
36 Downloads
This logger override default error_log. Any fatal error you can see on screen in debug mode. All types of logs store during some time.
smeedijzer-internet/vcard
24 Downloads
This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.
rfc-6350/vcard
1 Downloads
This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.
rapidwebltd/no-post-data-laravel-middleware
76 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.