PHP code example of jonasschen / laravel-lang-monitor

1. Go to this page and download the library: Download jonasschen/laravel-lang-monitor library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jonasschen / laravel-lang-monitor example snippets


php artisan lang_monitor:scan

php artisan lang_monitor:scan --export_missed_json_file=storage/logs/untranslateds.json

php artisan lang_monitor:scan --export_missed_php_file=storage/logs/untranslateds.php

php artisan lang_monitor:scan --export_missed_txt_file=storage/logs/untranslateds.txt

php artisan lang_monitor:scan --export_unused_json_file=storage/logs/unuseds.json

php artisan lang_monitor:scan --export_unused_php_file=storage/logs/unuseds.php

php artisan lang_monitor:scan --export_unused_txt_file=storage/logs/unuseds.txt
bash
php artisan vendor:publish --provider="Jonasschen\LaravelLangMonitor\LaravelLangMonitorServiceProvider"

Key not found: [Nova senha] - Used in file [resources/views/auth/changepassword.blade.php:20]
Key not found: [Confirmar senha] - Used in file [resources/views/auth/changepassword.blade.php:22]
****************************************
*      LARAVEL LANG MONITOR REPORT     *
****************************************
* Found keys: 13564                    *
* Untranslated keys: 37                *
* Unique untranslated keys: 30         *
* Unused translations: 1474            *
****************************************