LaravelPackages.net
Acme Inc.
Toggle sidebar
hollanbo/laravel-poeditor

Edit your .po file from within your web interface

73
0
1.0.4
About hollanbo/laravel-poeditor

hollanbo/laravel-poeditor is a Laravel package for edit your .po file from within your web interface. It currently has 0 GitHub stars and 73 downloads on Packagist (latest version 1.0.4). Install it with composer require hollanbo/laravel-poeditor. Discover more Laravel packages by hollanbo or browse all Laravel packages to compare alternatives.

Last updated

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,

Comments