Skip to content

1.0.4

Latest
Compare
Choose a tag to compare
@NathanGeerinck NathanGeerinck released this 11 Jan 13:47

Option to define optional/required languages inside the config file.

<?php

// config/recruitement.php

return [
    'languages' => [
        'nl',
        'fr'
    ],

    'required_languages' => [
        'nl',
    ]
];