You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for Laravel 11
* Add support for PHP 8.3
* Drop support for PHP 7.4
* Update package dependencies
* Update PHP Unit configuration
* Update the test codes from using doc-comment metadata to use PHP 8 attribute
* Update Github actions workflow's configuration
---------
Co-authored-by: StyleCI Bot <bot@styleci.io>
The command above would create three new files in your application, such as:
42
-
* New configuration file ``/config/i18n.php``
43
-
* New database migration ``/database/migrations/0000_00_00_000000_create_languages_table.php``
44
-
* New languages json file ``/storage/i18n/languages.json``
43
+
44
+
- New configuration file `/config/i18n.php`
45
+
- New database migration `/database/migrations/0000_00_00_000000_create_languages_table.php`
46
+
- New languages json file `/storage/i18n/languages.json`
45
47
46
48
## Configuration
47
49
@@ -134,7 +136,7 @@ return [
134
136
| e.g: http://my-application.app/en/home
135
137
|
136
138
*/
137
-
139
+
138
140
'locale_url_segment' => 1,
139
141
140
142
/*
@@ -169,9 +171,9 @@ Please check the documentation here [https://laravel-i18n.richan.id/](https://la
169
171
170
172
## Credits
171
173
172
-
*[mcamara/laravel-localization](https://github.com/mcamara/laravel-localization) - Route localization concepts in this repository was inspired by this package.
173
-
*[Wico Chandra](https://github.com/wicochandra) - Database translation concepts in this repository was inspired by his `Model Translation` concept.
174
-
*[dimsav/laravel-translatable](https://github.com/dimsav/laravel-translatable) - Some of database translation concepts in this repository was inspired by this package.
174
+
-[mcamara/laravel-localization](https://github.com/mcamara/laravel-localization) - Route localization concepts in this repository was inspired by this package.
175
+
-[Wico Chandra](https://github.com/wicochandra) - Database translation concepts in this repository was inspired by his `Model Translation` concept.
176
+
-[dimsav/laravel-translatable](https://github.com/dimsav/laravel-translatable) - Some of database translation concepts in this repository was inspired by this package.
0 commit comments