Skip to content

Commit 5760148

Browse files
docs: deprecate package in favor of niels-numbers/laravel-localizer (#955)
1 parent b4b530b commit 5760148

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
[![Open Source Helpers](https://www.codetriage.com/mcamara/laravel-localization/badges/users.svg)](https://www.codetriage.com/mcamara/laravel-localization)
77
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
88

9+
> **This package is no longer actively maintained.**
10+
>
11+
> Active development has moved to
12+
> [**niels-numbers/laravel-localizer**](https://github.com/niels-numbers/laravel-localizer)
13+
> - a from-scratch rebuild that fixes long-standing issues
14+
> (`route:cache` compatibility, package-ecosystem conflicts,
15+
> POST/PUT/DELETE redirect handling) while keeping the same feature set
16+
> (translated URI paths, hide-default-locale, browser detection) and
17+
> adding adapters for Ziggy and Wayfinder.
18+
>
19+
> New users should start there. Existing users will find the migration
20+
> straightforward - see the [README](https://github.com/niels-numbers/laravel-localizer#readme).
21+
922
Easy i18n localization for Laravel, an useful tool to combine with Laravel localization classes.
1023

1124
The package offers the following:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
},
5353
"minimum-stability": "dev",
54-
"prefer-stable": true
54+
"prefer-stable": true,
55+
"abandoned": "niels-numbers/laravel-localizer"
5556
}

0 commit comments

Comments
 (0)