Make Language
php artisan fibers:make:language <Title>
Language command will setup a new language, creating a new language folder, automatically downloading standard language files and copying custom files.
Standard Laravel translation files are downloaded from caouecs/Laravel-lang github repo.
Parameters
Parameter | Description |
---|---|
title | Language title or short code (2 char) |
← Make Guard Make Pivot →