# Laravel-Lang: Starter Kits

<picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://banners.beyondco.de/Starter%20Kits.png?pattern=topography&style=style_2&fontSize=100px&md=1&showWatermark=1&icon=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg&theme=dark&packageManager=composer+require+--dev&packageName=laravel-lang%2Fstarter-kits&description=by+Laravel+Lang&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg">
    <img src="https://banners.beyondco.de/Starter%20Kits.png?pattern=topography&style=style_2&fontSize=100px&md=1&showWatermark=1&icon=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg&theme=light&packageManager=composer+require+--dev&packageName=laravel-lang%2Fstarter-kits&description=by+Laravel+Lang&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg" alt="Starter Kits">
</picture>

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

## 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
