Libraries tagged by site configuration
silverorange/concentrate
10299 Downloads
This package provides a command-line tool to glob and minify static resources for a website using silverorange's Site package. Files are combined according to a configuration file passed on the command-line.
pranav/paraseed_blog
4 Downloads
Provides Blog post content type and related configuration. Use Blog to publish blog post by different authors in the Blog section of the site.
kaleidpixel/geoipallow
6 Downloads
A streamlined tool designed to generate .htaccess configurations, allowing web access exclusively from IP addresses of a specified country. Enhance your site's security and target your audience more effectively.
hurah/innovation-app-util-http
159 Downloads
Generates webserver configuration files during the installation of api's or sites.
hk2/addbootstrap5
99 Downloads
HK2 Add Bootstrap 5 Module adds Bootstrap 5 Support in the Default or Active Theme. Bootstrap 5 is the newest version of Bootstrap and is the world's most popular framework for building responsive, mobile-first sites. Bootstrap is an open-source framework that allows you to create responsive, professional-looking websites with ease.For backward compatibility you can also select Bootstrap 4 from Module Configuration
cyberwoven/cyberwoven_suite
2402 Downloads
This modules provides Cyberwoven-specific configuration tweaks, and a collection of sub-modules to improve the usability and functionality of Drupal for Cyberwoven websites.
freento/performance-suite
752 Downloads
Freento Performance Suite configuration module
rmunate/info-server
275 Downloads
The System Library allows you to query all information related to existing server-side variables, values, and configurations (Server Variables, Environment Variables, PHP Values, and Configurations). It provides an easy and convenient way to work with server data.
adrotec/webapi-bundle
14644 Downloads
Create a JSON WebApi with minimum configuration, targetting several client side libraries, such as breeze js
fancyguy/lazy-configuration
6 Downloads
Lazy loading suite for configuration files.
grentastic/gt_suite
3 Downloads
This modules provides GT-specific configuration tweaks, and a collection of sub-modules to improve the usability and functionality of Drupal for GT websites.
bluecadet/bluecadet_config_suite
8647 Downloads
Set of modules to be used for quick install of basic configuration.
testomat/phpunit-common
4 Downloads
:crystal_ball: Find and report on slow tests in your PHPUnit test suite
webtheory/exterminate
860 Downloads
Suite of popular debug tools with simplified configuration for advanced usage
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.