fibers/rocket
Fibers Rocket adds developer-friendly Artisan commands to quickly scaffold common Laravel parts—models, controllers, migrations, views, layouts, routes, and more. Templates follow Laravel conventions, are easy to customize, and commands are context-aware to auto-fill boilerplate.
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.
::: tip Standard Laravel translation files are downloaded from caouecs/Laravel-lang github repo. :::
| Parameter | Description |
|---|---|
title |
Language title or short code (2 char) |
How can I help you explore Laravel packages today?