danhorrors / laravel-translations
Laravel Translation Management Service
V1.0.0
2025-02-18 09:12 UTC
Requires
- php: *
- illuminate/support: *
- phpoffice/phpspreadsheet: *
This package is auto-updated.
Last update: 2025-09-19 15:08:16 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