spatie/laravel-translation-loader
Store Laravel/Lumen translation strings in the database while keeping the familiar __() helper. Mix file and DB translations; DB values override files. Extendable to other translation sources via custom providers.
Architecture fit: The package seamlessly integrates with Laravel's core localization system by replacing the default TranslationServiceProvider, enabling database-backed translations while maintaining compatibility with __() helper and existing file-based translations. It supports mixing sources (DB + files) with DB taking precedence, aligning with Laravel's extensible architecture. The TranslationLoader interface allows custom providers (e.g., YAML, CSV), making it adaptable to diverse storage needs.
Integration feasibility: Straightforward installation via Composer with minimal config changes (service provider replacement, migrations). Supports Laravel 5.5–13 and Lumen. Requires careful version compatibility checks (e.g., Laravel
How can I help you explore Laravel packages today?