2017 © Pedro Peláez
 

library laravel-inline-translation

Add inline translation capabilities to your Laravel application.

image

beyondcode/laravel-inline-translation

Add inline translation capabilities to your Laravel application.

  • Thursday, July 26, 2018
  • by beyondcode
  • Repository
  • 4 Watchers
  • 48 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Inline Translation

Latest Version on Packagist Build Status Quality Score Total Downloads, (*1)

This package lets you add inline translation to your Laravel application. Just click on a translation variable, change it's value and save the new value., (*2)

Example output, (*3)

Installation

You can install the package via composer as a dev dependency:, (*4)

composer require beyondcode/laravel-inline-translation --dev

The package is enabled by default - so all you need to do is visit your application in the browser and look for translation keys., (*5)

Please do NOT use this package in production. Updating translation keys will save the updated values in the filesystem. This package is only intended during the development., (*6)

Disabling Inline Translation

You can disable inline translation by setting an environment variable called INLINE_TRANSLATION_ENABLED to false., (*7)

Disclaimer

I tested this package with a couple of our client projects as well as with some open source Laravel projects. Translation variables appear throughout very different parts of your application, so there is a chance that this is not working for your specific setup., (*8)

Changelog

Please see CHANGELOG for more information what has changed recently., (*9)

Contributing

Please see CONTRIBUTING for details., (*10)

Security

If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

26/07 2018

dev-master

9999999-dev https://github.com/beyondcode/laravel-inline-translation

Add inline translation capabilities to your Laravel application.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

beyondcode laravel-inline-translation

23/07 2018

0.1.0

0.1.0.0 https://github.com/beyondcode/laravel-inline-translation

Add inline translation capabilities to your Laravel application.

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

beyondcode laravel-inline-translation