upaid/translations-validator

This package provides an artisan command that validates YAML files placed in resources/lang directory in a Laravel project
4,345
Install
composer require upaid/translations-validator
Latest Version:1.0.0
License:MIT
Last Updated:Mar 5, 2018
Links: GitHub  ·  Packagist
Maintainer: uPaid

YAML translations validator

License: MIT

This package provides an artisan command that validates YAML files placed in resources/lang directory in a Laravel project.

Installation

This package can be installed through Composer:

composer require upaid/translations-validator

Or by adding the following line to the require section of your Laravel app's composer.json file:

    "require": {
        "upaid/translations-validator": "1.*"
    }

Run composer update upaid/translations-validator to install the package.

Usage

In order to validate your translation files execute the following command:

php artisan translations-validator:validate 

In case there are any errors a full list is displayed. It's good to add it to pre-commit git hook in order to prevent people from commiting syntactically invalid YAML files.

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444