Laravel default application skeleton does not have the lang directory. If we want to customize Laravel's language files or create our own, we should scaffold the lang directory by using below Artisan command.
$ php artisan lang:publish
Output: