| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CakePHP4 Validator that set the validation message
The master branch has the following requirements:
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require tyrellsys/cakephp-validator
no need plugin load
no configuration
namespace App\Model\Table;
...
class PostsTable extends Table
{
protected $_validatorClass = \Tyrellsys\CakePHPValidator\Validation\Validator::class;
}| Back | FazBrowse Home | New Git URL |