Skip to content

Releases: WeDesignIt/laravel-translations-import

v1.1.0

02 May 11:15
7373ec5
Compare
Choose a tag to compare

Added support for PHP 8

v1.0.0

02 May 11:29
Compare
Choose a tag to compare
  • Complete rewrite of the package, based on Barryvdh's Translation Manager.
  • Added new command: translations:export. This command allows exporting translations from the database back into language files.
  • Added new command: translations:find. This command finds translations in your files and imports them if they do not exist in the database.
  • Added new command: translations:clean. This command removes all translations from the database where all locales are considered empty.
  • Added new command: translations:nuke. This command removes all translations from the database.