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
Marketing for Developers in 2026
7 lessons
52 min
Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
7 lessons
43 min read
Laravel 13 Starter Kit Teams and Customizations
10 lessons
33 min