hollanbo/laravel-poeditor

Edit your .po file from within your web interface

Installs: 73

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hollanbo/laravel-poeditor

1.0.4 2018-01-29 16:42 UTC

This package is not auto-updated.

Last update: 2025-10-12 10:02:51 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,