Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 231 Bytes

installation.md

File metadata and controls

17 lines (12 loc) · 231 Bytes

Installation

Require the bundle:

composer require gal-digital-gmbh/validation

Add it to config/bundles.php

<?php

return [
    GalDigitalGmbh\Validation\ValidationBundle::class => ['all' => true],
];