This package scans your project for missing translation keys and then writes them into individual json files for you to fill in.
You can install the package via composer:
composer require druc/laravel-langscanner
Scan your project for missing translations:
// outputs and writes translations for the specified language (dutch)
php artisan langscanner nl
// outputs and writes translations in the existing {language}.json files
php artisan langscanner
This package is based on joedixon/laravel-translation and themsaid/laravel-langman-gui
The MIT License (MIT). Please see License File for more information.