Video
Description
Provides a simple and friendly user interface for managing translations in a Laravel app.
Importing Translations
php artisan translations:import
To overwrite existing translations:
php artisan translations:import --fresh
Exporting Translations
Export from the UI or via command:
php artisan translations:export
Check Status
php artisan translations:status
Updating
After updating the package, re-publish the assets:
php artisan translations:update
You can automate this in your composer.json:
{ "scripts": { "post-update-cmd": ["@php artisan translations:update --ansi"] }}
Related Content on Laravel Daily
Video
Recent Courses on Laravel Daily
[NEW] Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
7 lessons
43 min read
AI Agents/IDEs for Laravel: May 2026 (Claude Code, Codex, OpenCode, etc)
7 lessons
52 min
How to Structure Laravel 13 Projects
16 lessons
1 h 32 min read