danhorrors / laravel-translations
Laravel Translation Management Service
Package info
github.com/danhorrors/laravel-translations
pkg:composer/danhorrors/laravel-translations
Requires
- php: *
- illuminate/support: *
- phpoffice/phpspreadsheet: *
This package is auto-updated.
Last update: 2026-02-19 15:57:06 UTC
README
A Laravel package for managing translations with features like exporting, importing, detecting missing translations, and a web-based translation editor.
🌟 Features
✅ Export and import translations in CSV, JSON, XML, Excel
✅ Find missing translations and export them for manual completion
✅ Detect unused translations not referenced in Laravel views
✅ Web-based UI for managing translations (restricted to admin users)
✅ CLI commands to manage translations efficiently
✅ Automatic Composer installation if dependencies are missing
📦 Installation
1. Install via Composer
composer require danhorrors/laravel-translations