laravel-lang/moonshine

Translation for MoonShine admin panel

1.1.0 2025-02-17 10:31 UTC

This package is auto-updated.

Last update: 2025-02-18 06:53:09 UTC


README

moonshine translations

Stable Version Unstable Version Total Downloads License

Installation

To get the latest version of MoonShine Translations library, simply require the project using Composer:

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:

{
    "require-dev": {
        "laravel-lang/moonshine": "^1.0"
    }
}

Using

Just complete the console command:

php artisan lang:update

Yes, that's all 😊

Now the package is connected to your application and you can manage localizations.

Communication

We also have official chats in Telegram.

Contributing

Please see CONTRIBUTING for details.

Support Us

❤️ Laravel Lang? Please consider supporting our collective on Boosty.

License

This package is licensed under the MIT License.