Tip
MoonShine is an opensource Laravel Admin Panel and more. Simple for beginners and powerful for experts. Using Blade, Alpine.js and Tailwind CSS.
To get the latest version of MoonShine Translations library, simply require the project
using Composer:
composer require laravel-lang/moonshine --devInstead, 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"
}
}Just complete the console command:
php artisan lang:updateYes, that's all 😊
Now the package is connected to your application and you can manage localizations.
Please see CONTRIBUTING for details.
❤️ Laravel Lang? Please consider supporting our collective on Boosty.
This package is licensed under the MIT License.