laravel-lang / moonshine
Translation for MoonShine admin panel
Installs: 4 899
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- laravel-lang/publisher: ^15.0 || ^16.4.1
Requires (Dev)
- dragon-code/support: ^6.15.2
- illuminate/support: ^10.0 || ^11.0
- laravel-lang/lang: ^14.8 || ^15.14
- laravel-lang/status-generator: ^2.12
- phpunit/phpunit: ^10.0
- symfony/var-dumper: ^6.3 || ^7.0
This package is auto-updated.
Last update: 2025-02-18 06:53:09 UTC
README
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.