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
- Host: GitHub
- URL: https://github.com/laravel-lang/moonshine
- Owner: Laravel-Lang
- License: mit
- Created: 2025-02-16T19:16:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-10T12:15:13.000Z (11 months ago)
- Last Synced: 2025-08-10T14:26:29.509Z (11 months ago)
- Topics: i18n, language, laravel, localization, moonshine, moonshine-laravel, translation
- Language: PHP
- Homepage: https://laravel-lang.com/packages-moonshine.html
- Size: 1.26 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoonShine Translations

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