# MoonShine Translations

![moonshine translations](https://preview.dragon-code.pro/laravel-lang/translations.svg?brand=moonshine-software)

[![Stable Version][badge_stable]][link_packagist]
[![Total Downloads][badge_downloads]][link_packagist]
[![License][badge_license]][link_license]

> [!TIP]
> [MoonShine](https://getmoonshine.app) is an opensource Laravel Admin Panel and more.
> Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS.

## Installation

To get the latest version of `MoonShine Translations` library, simply require the project
using [Composer](https://getcomposer.org):

```bash
composer require laravel-lang/moonshine --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/moonshine": "^1.0"
    }
}
```

## Using

Just complete the console command:

```bash
php artisan lang:update
```

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/moonshine?label=stable&style=flat-square

[badge_downloads]:  https://img.shields.io/packagist/dt/Laravel-Lang/moonshine.svg?style=flat-square

[badge_license]:    https://img.shields.io/packagist/l/laravel-lang/moonshine.svg?style=flat-square

[link_packagist]:   https://packagist.org/packages/Laravel-Lang/moonshine

[link_license]:     LICENSE
