Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 1.18 KB

Changelog

All notable changes to laravel-locales will be documented in this file.

  • Added support for Laravel 6
  • Allow associative arrays for locales configuration (#2)
  • Allow locales to set the supported locales
  • Changed the config file from laravel-locales.php to locales.php
  • Fixed the publish config command in the README.md
  • Fixed the namespace of classes.
  • Changed the default supported locales to ['en'] only
  • Added locale helper

[v1.0.0 - 2019-07-29]

  • Initial release