outhebox/laravel-translations
^13.0 to illuminate constraintsinertiajs/inertia-laravel to ^2.0||^3.0 and [@inertiajs](https://github.com/inertiajs)/react to ^2.3.7 || ^3.0, replaced <title inertia> with <title data-inertia>allowedFilters/allowedSorts calls to use variadic syntax and handled SortDirection enum changeThanks to @adereksisusanto for flagging the spatie/laravel-query-builder v7 compatibility issues (#180).
translations:upgrade command failing with "There is no active transaction" on MySQL/MariaDB (#177)DDL statements (DROP TABLE, CREATE TABLE) were running inside a DB::transaction() wrapper. MySQL/MariaDB implicitly commits on DDL, which kills the active transaction. The fix moves DDL outside the transaction and wraps only DML inserts.
A complete rewrite of the translations management UI, migrating from Vue to React while staying on Inertia.js v2.
translations:upgrade command for migrating from v1composer require outhebox/laravel-translations:^2.0
php artisan translations:upgrade
php artisan migrate
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.4.3...1.4.4
ltu_phrases.key column from varchar(255) to text to support long keys commonly used in JSON translation files (closes #122)phrase_id foreign key from cascadeOnDelete to nullOnDelete to fix migration failure on MSSQL/Azure SQL (closes #139)Upgrade: Run php artisan migrate after updating the package.
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.4.1...1.4.2
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.3.1...1.4.1
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.3.0...1.3.1
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.2.1...1.3.0
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.2.0...1.2.1
JsonResource::withoutWrapping() by @BrianHenryIE in https://github.com/MohmmedAshraf/laravel-translations/pull/144--no-overwrite flag while importing by @lvdigitalaaank in https://github.com/MohmmedAshraf/laravel-translations/pull/148UnwrappedAnonymousResourceCollection by @BrianHenryIE in https://github.com/MohmmedAshraf/laravel-translations/pull/149Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.9...1.2.0
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.8...1.1.9
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.7...1.1.8
filter by file by @adereksisusanto in https://github.com/MohmmedAshraf/laravel-translations/pull/105Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.5...1.1.6
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.4...1.1.5
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.3...1.1.4
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.1...1.1.2
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.0...1.1.1
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.9...1.1.0
ContributorCommand to get correct role value by @sdkakcy in https://github.com/MohmmedAshraf/laravel-translations/pull/87Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.8...1.0.9
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.7...1.0.8
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/v1.0.6...1.0.7
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.5...v1.0.6
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.4...1.0.5
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.3...1.0.4
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.2...1.0.3
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.1...1.0.2
How can I help you explore Laravel packages today?