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

https://github.com/laravel-lang/moonshine

Translation for MoonShine admin panel
https://github.com/laravel-lang/moonshine

i18n language laravel localization moonshine moonshine-laravel translation

Last synced: 5 months ago
JSON representation

Translation for MoonShine admin panel

Awesome Lists containing this project

README

          

# MoonShine Translations


Moonshine

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