PHPackages                             alive2tinker/transwire - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. alive2tinker/transwire

ActiveLibrary

alive2tinker/transwire
======================

Translation package that searches your project for translatable strings and list them in {locale}.json file ready to be translated

049PHP

Since Jul 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alive2tinker/transwire)[ Packagist](https://packagist.org/packages/alive2tinker/transwire)[ RSS](/packages/alive2tinker-transwire/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TransWire
=========

[](#transwire)

translation has always been a pain point when working on multilingual laravel projects. whether it's missing strings or the fact that you have to switch between languages constantly while coding, the workflow just seems to be messy a bit. This package offers you a way to keep coding in a single language and when it is time to translate, just hit the command and all your strings will be translated or at least listed in a {locale}.json file waiting to be translated

installation
------------

[](#installation)

you can install this package with composer:

```
composer require alive2tinker/transwire

```

The package will automatically register a service provider.

Next, you need to publish the WebSocket configuration file:

```
php artisan vendor:publish --provider="alive2tinker\TransWire\Providers\TransWireServiceProvider"

```

This is the default content of the config file that will be published as `config/transwire.php`

```
