hollanbo/laravel-poeditor

Edit your .po file from within your web interface

Maintainers

Package info

github.com/hollanbo/laravel-poeditor

pkg:composer/hollanbo/laravel-poeditor

Statistics

Installs: 73

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2018-01-29 16:42 UTC

This package is not auto-updated.

Last update: 2026-03-15 12:16:56 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,