Skip to content

GedasTheEvil/laravel-translation-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages