To 13.x from 12.x
- Make sure your application supports PHP 8.0 or higher;
- Bump
laravel-lang/publisher
version to^13.0
in yourcomposer.json
file; - Run the
composer update
console command.
laravel-lang/publisher
version to ^13.0
in your composer.json
file;composer update
console command.