https://github.com/laravel-lang/starter-kits
Translations for Laravel Starter Kits
https://github.com/laravel-lang/starter-kits
i18n laravel laravel-framework locale localization localizations starter starter-kit translate translation
Last synced: about 2 months ago
JSON representation
Translations for Laravel Starter Kits
- Host: GitHub
- URL: https://github.com/laravel-lang/starter-kits
- Owner: Laravel-Lang
- License: mit
- Created: 2025-03-03T09:51:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-24T07:48:38.000Z (2 months ago)
- Last Synced: 2025-04-24T08:39:03.709Z (2 months ago)
- Topics: i18n, laravel, laravel-framework, locale, localization, localizations, starter, starter-kit, translate, translation
- Language: PHP
- Homepage: https://laravel-lang.com/packages-starter-kits.html
- Size: 1.2 MB
- Stars: 2
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel-Lang: Starter Kits

[![Stable Version][badge_stable]][link_packagist]
[![Total Downloads][badge_downloads]][link_packagist]
[![License][badge_license]][link_license]## Installation
To get the latest version of `Laravel-Lang: Starter Kits` library, simply require the project
using [Composer](https://getcomposer.org):```
composer require laravel-lang/starter-kits --dev
```Instead, you may of course manually update your `require-dev` block and run `composer update` if you so choose:
```json
{
"require-dev": {
"laravel-lang/starter-kits": "^1.0"
}
}
```## Using
Just run the `php artisan lang:update` console command.
Yes, that's all 😊
Now the package is connected to your application and you
can [manage localizations](https://laravel-lang.com/manage-locales.html).## Communication
We also have official [chats](https://t.me/addlist/l0XGtvEIBiljMTMy) in Telegram.
## Contributing
Please see [CONTRIBUTING](https://laravel-lang.com/contributions.html) for details.
## Support Us
❤️ Laravel Lang? Please consider supporting our collective on [Boosty](https://boosty.to/laravel-lang).
## License
This package is licensed under the [MIT License](https://laravel-lang.com/license.html).
[badge_stable]: https://img.shields.io/github/v/release/Laravel-Lang/starter-kits?label=stable&style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/Laravel-Lang/starter-kits.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/Laravel-Lang/starter-kits.svg?style=flat-square
[link_packagist]: https://packagist.org/packages/Laravel-Lang/starter-kits
[link_license]: LICENSE