webduonederland/laravel-missing-translations 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webduonederland/laravel-missing-translations

最新稳定版本:1.2.0

Composer 安装命令:

composer require webduonederland/laravel-missing-translations

包简介

Laravel package to detect and store missing translations in a database table

README 文档

README

This package detects missing Laravel translations and stores them in a database table. This makes it easy to track and add missing entries to your translation files.

Requirements

  • Laravel 12 or higher
  • PHP 8.3 or higher

Installation

You can install the package via composer:

composer require webduonederland/laravel-missing-translations

Run the migrations with:

php artisan migrate

Usage

The package monitors for missing translations whenever a Laravel translation function, such as:

__('Hello world')

or

@lang('Hello world!')

doesn’t find a matching entry. When this happens, the package saves the string in the missing_translations database table.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-20