Download the PHP package kmuenkel/validation-patch without Composer

On this page you can find all versions of the php package kmuenkel/validation-patch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package validation-patch

Enhanced Validation

For all fixes, simply including ValidationPatch\ValidationPatchServiceProvider in your app config will allow them to take effect automatically.

Fixes

  1. Dots in field names: Laravel offers the ability to escape dots in field names so that they're not mistaken for dot-delimiters for nested arrays. However, this did not apply to field references within in rules such as required_with or exclude_unless. This corrects for that.
  2. Forward slashes in field names: Due to a parsing errors, field names that had forward slashes, such as URI claims, would cause an error. These are now supported.
  3. required only active if parent exists: If a nested array element carried an incarnation of the required rule, it would be executed even if the parent element were optional. With this package, nested requirements only fire if the parent exists.
  4. Custom Rule Message Placeholders: Allow Illuminate\Contracts\Validation\Rule::message() output to be respected when aliased via Illuminate\Support\Facades\Validator::extend(). Also allow those messages to contain placeholders such as "attribute" or ":input".

All versions of validation-patch with dependencies

PHP Build Version
Package Version
Requires illuminate/validation Version ^7.0|^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kmuenkel/validation-patch contains the following files

Loading the files please wait ....