hollanbo/laravel-poeditor

Edit your .po file from within your web interface

1.0.4 2018-01-29 16:42 UTC

This package is not auto-updated.

Last update: 2025-06-22 08:44:17 UTC


README

Edit gettext .po files from your web interface.

Installation

run

composer require hollanbo/laravel-poeditor

add the following line to your providers array in app.php

hollanbo\LaravelPoeditor\PoeditorProvider::class,