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: 2024-06-23 03:15:51 UTC


README

laravel-poeditor

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,