Laravel Lang Bundler Versions Save

Create translation bundles in Laravel projects

v1.1.0

5 years ago
  • Drop support for PHP versions lower than 7.1
  • Update dependencies, Laravel 5.7 support

v1.0.2

7 years ago
  • Fix hardcoded UNIX directory separators.

v1.0.1

7 years ago
  • Minor bug fixes, code quality changes.

v1.0.0

7 years ago
  • Adds support for Laravel 5.4.
  • Bug fixes.

v0.9.11

7 years ago
  • Basic package maintenance.

v0.9.10

7 years ago
  • Improved error handling.

v0.9.9

7 years ago
  • You can now create key/value modification files in your app by using the langb:mod {name} command
  • Added the following new mods: explode, strtolower, strtoupper, and ucfirst.

v0.9.8

7 years ago
  • Added pluralization. Pass a namespaced 'choice' parameter to transB with the choice value.
  • Changed bundleItem() helper to bundle_item() helper.
  • Added ability to modify both key and value with bundle_item modifier by passing 'both_modifierName'.
  • Added a 'values' modifier that passes the translation value to array_values().

v0.9.7

7 years ago
  • Added ability to modify the key and value using the bundleItem() helper function.
  • Added two key/value modifiers: 'callback' and 'change'

v0.9.6

7 years ago
  • Move to more object orientated architecture