Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 379 Bytes

laravel-translation-check

Checks If any of the translation files are missing keys from the default language

example

<?php

include('src/AutoLoader.php');

use GedasTheEvil\LaravelTranslationCheck\TranslationCheck;

(new TranslationCheck(__DIR__))->runInConsole();

Note: You dont need to include the AutoLoader if you are using composer to get this package