Download the PHP package ctf0/lingo without Composer
On this page you can find all versions of the php package ctf0/lingo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor ctf0
Package lingo
Short Description GUI to manage laravel translation files
License MIT
Homepage https://github.com/ctf0/Lingo
Package lingo
Short Description GUI to manage laravel translation files
License MIT
Homepage https://github.com/ctf0/Lingo
Please rate this library. Is it a good library?
Informations about the package lingo
Lingo
A file based translation manager, which unlike other Lang managers don't need a database connection to handle the translation.
Installation
-
composer require ctf0/lingo
-
(Laravel < 5.5) add the service provider
-
publish the package assets with
php artisan vendor:publish --provider="ctf0\Lingo\LingoServiceProvider"
-
after installation, run
php artisan lingo:setup
to add- package routes to
routes/web.php
- package assets compiling to
webpack.mix.js
- package routes to
-
install dependencies
- add this one liner to your main js file and run
npm run watch
to compile yourjs/css
files.- if you are having issues Check
Features
- filter by keys.
- sort table by keys or by values.
- add/remove "vendor/locale/file/item".
- show guiding steps while adding new vendor for better UX.
- validate for "vendor/locale/file" existence on the fly.
- use localStorage to remember opened "tab/vendor/files/copy-format".
- support up to 3 levels deep on nested keys.
- support all laravel translation key formats.
- directly copy translation key along with placeholders through tool-tips
ex.trans('Vendor::file.key', ['attr'=>''])
. - copy/paste items from one file to another.
- merge/destruct multiple items.
- highlight changed key/value.
- download vendor/file.
- show/hide different elements to avoid noise & keep the user focused.
- shortcuts
operation | keyboard |
---|---|
reset search "when focused" | esc |
hide modal | esc |
Usage
- visit
localhost:8000/lingo
Security
If you discover any security-related issues, please email [email protected].
All versions of lingo with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=5.4 <9.0
maennchen/zipstream-php Version >=1.0
ctf0/package-changelog Version *
maennchen/zipstream-php Version >=1.0
ctf0/package-changelog Version *
The package ctf0/lingo contains the following files
Loading the files please wait ....