laravel-lang/starter-kits
Translations for Laravel Starter Kits
Requires
- php: ^8.1
- ext-json: *
- laravel-lang/publisher: ^16.6
Requires (Dev)
- laravel-lang/status-generator: ^2.13
- phpunit/phpunit: ^11.0 || ^12.0
- symfony/var-dumper: ^7.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT bbe74a48d7623ccb4561f8225ea13cf82e54c9d9
- Andrey Helldar <helldar.woop@dragon-code.pro>
- Laravel Lang Team
This package is auto-updated.
Last update: 2026-06-22 20:01:37 UTC
README
👁 Starter Kits👁 Stable Version
👁 Total Downloads
👁 License
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.
