Libraries tagged by Modlify
rares/dynamic-page-bundle
2260 Downloads
Bundle that lets you dynamically modify parts of a page using AJAX requests.
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.
rajatjain4061/fpdf
9 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP., that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
rafanake/fpdf
14 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
quintenmbusiness/php-ast-toolkit
9 Downloads
A powerful PHP toolkit for analyzing, modifying, and generating code using AST (Abstract Syntax Tree).
progdog-ru/fpdf
5 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
plutuss/static-text-laravel
21 Downloads
This package makes it possible in Laravel to modify static text on a page from the admin panel.
plateau/mezzanine
23 Downloads
Mezzanine is a Laravel4 package for easy asset management. His main feature is to provide a dual source management to each asset, meaning you can use a local file for your developpment needs, then use a faster CDN source for production, without modifying your code.
phpvv/array-reflect
134 Downloads
A simple library to help modify and get content of arrays
panelplace/laravel-facebook-auth-passport
12 Downloads
Facebook Auth Request Grant for Laravel Passport - Modify from danjdewhurst/laravel-passport-facebook-login
oyli/oyli-wp-theme-mod-vault
5 Downloads
Use this vault to modify WP themes functionality without touching theme original code
opensynergic/plugins-manager
7 Downloads
Plugins allow third-party add code in the application without modifying the core code.
mvcommerce-modules/config-settings
89 Downloads
MVCommerce Module :: A settings that makes it easy to modify config from UI.
muse/array_column_set
13 Downloads
Function to modify array column vals
mschreiber/earl
7 Downloads
Earl is a single class library for parsing, building, modifying, and printing URL strings.