starter-kits maintained by laravel-lang
Description
Translations for Laravel Starter Kits
Authors
Last update
2026/04/13 10:46
(dev-main)
License
Downloads
1 469 185
Tags
Laravel-Lang: Starter Kits
Installation
To get the latest version of Laravel-Lang: Starter Kits library, simply require the project
using Composer:
composer require laravel-lang/starter-kits --dev
Instead, you may of course manually update your require-dev block and run composer update if you so choose:
{
"require-dev": {
"laravel-lang/starter-kits": "^1.0"
}
}
Using
Just run the php artisan lang:update console command.
Yes, that's all 😊
Now the package is connected to your application and you can manage localizations.
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.