mantax559 / laravel-translations
Laravel Translations
1.9.7
2026-04-26 12:09 UTC
Requires
- php: ^8.2
- laravel/framework: ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers: ^1.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^11.0
Suggests
- ext-xdebug: Required for code coverage analysis (recommended for development)
README
Laravel Translations
Requirements
- Xdebug - optional, required for code coverage analysis
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-translations
The package will automatically register its service provider.
Usage
See USAGE.md for more information about the package and examples.
Customisation
Config
You can optionally publish the config file with:
php artisan vendor:publish --provider="Mantax559\LaravelTranslations\Providers\AppServiceProvider" --tag=config
Testing
Run the test suite:
composer test
Coverage summary in the terminal:
composer test-coverage
For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:
composer test-coverage-html
License
The MIT License (MIT). Please see License File for more information.