Laravel Lang Help

Lang

This package contains translations of all official keys from Laravel projects:

To install, run the console command:

composer require --dev laravel-lang/lang

Now you can update existing or add new localizations using the lang:update console command:

php artisan lang:update

Laravel Spark Aurelius + Mollie

If you are still using the Spark Aurelius and Aurelius Mollie packages, then you need to manually install the Lang package version 13 or lower.

This can be done like this:

composer require --dev laravel-lang/lang:^13.0

You can select the desired version of the Lang package using the compatibility table.

Last modified: 21 December 2023