laraxot / module_lang_fila5
Internationalization and localization module for the Laraxot ecosystem: translations, languages, and locale management.
dev-dev
2026-04-07 12:55 UTC
- dev-dev
- dev-ralph/community-enhancement
- dev-dependabot/github_actions/release-drafter/release-drafter-6
- dev-dependabot/github_actions/actions/checkout-6
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- dev-develop
- dev-master
- dev-dependabot/npm_and_yarn/vite-7.3.1
- dev-dependabot/npm_and_yarn/laravel-mix-merge-manifest-2.1.0
- dev-dependabot/npm_and_yarn/postcss-nesting-14.0.0
- dev-dependabot/npm_and_yarn/tailwindcss-4.1.18
- dev-dependabot/npm_and_yarn/laravel-vite-plugin-2.0.1
- dev-dependabot/github_actions/borales/actions-yarn-5
- dev-dependabot/github_actions/actions/cache-5
This package is auto-updated.
Last update: 2026-04-07 12:55:14 UTC
README
| title | Lang |
|---|---|
| module | lang |
| related | Xot |
| status | production |
Lang Module
Module: lang
Namespace: Modules\Lang\
Status: ✅ Production
Overview
Il modulo Lang gestisce il sistema di localizzazione dell'intera applicazione: sincronizza i file di traduzione tra moduli, fornisce un editor visuale in Filament per modificare le traduzioni senza toccare i file, valida la completezza delle traduzioni tramite comandi Artisan, e integra Spatie/Astrotomic Translatable per modelli multilingua.
Key Features
- Feature 1
- Feature 2
- Feature 3
Module Dependencies
- Xot (required)
Quick Start
Installation
# Already included in main project # No additional setup required
Basic Usage
use Modules\Lang\Models\YourModel; $item = YourModel::first();
Configuration
Configuration file: config/lang.php
Key settings:
setting1- Descriptionsetting2- Description
Architecture
Directory Structure
Lang/
├── src/
│ ├── Models/
│ ├── Controllers/
│ ├── Resources/
│ ├── Actions/
│ └── Traits/
├── routes/
│ ├── api.php
│ └── web.php
├── database/
│ ├── migrations/
│ └── seeders/
├── tests/
│ ├── Unit/
│ └── Feature/
├── config/
│ └── lang.php
├── docs/
│ └── README.md
└── composer.json
Key Components
API Reference
Reference
Usage Examples
Common Tasks
Task 1: Description
// Code example
Testing
Running Tests
# Run all module tests composer test -- Modules/Lang
Troubleshooting
Common Issues
Issue: Problem description
Solution: How to fix this issue
Related Modules
Dependencies
- Xot - Required module
Navigation: Project Home | Modules