Looking to hire Laravel developers? Try LaraJobs

interpresso-laravel maintained by anymedialtd

Description
Interpresso translation management for Laravel localization.
Author
Saverio Migale
Last update
2026/09/15 01:30 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Interpresso for Laravel

A Laravel translation management UI for PHP/JSON language files and Eloquent model translations. Import languages and translations, assign translators to languages, review and approve changes, and export approved content.

composer require anymedialtd/interpresso-laravel

Version 2.0.0 uses server-rendered Blade, ordinary GET navigation and POST forms, and vanilla JavaScript ES modules. DaisyUI and Tailwind 4 provide the interface; Vite builds the assets. There is no Livewire or Alpine runtime. The UI enforces a strict Content Security Policy without inline JavaScript or eval.

Requires PHP ^8.2 and Laravel ^12.0 || ^13.0 (Laravel 13 requires PHP 8.3+). New installations load translations from the database by default. Background operations and notifications use Laravel's queue; model translations still need export to their application columns. Translators have a separate authentication guard and language-scoped access.

Start with the installation guide, application manual, and documentation index. Existing installations should follow Adopting the Interpresso identity and Upgrading from 1.x, including the model identifier and PHP export format changes.

Licensed under the MIT license. Copyright Saverio Migale.