An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Laravel-Lang: Starter Kits

![laravel-lang starter kits](https://preview.dragon-code.pro/laravel-lang/starter-kits.svg?brand=laravel&mode=dark)

[![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