ryanmitchell / statamic-translation-manager
Manager Laravel language files from the Statamic CP
Fund package maintenance!
tastyigniter
Open Collective
Installs: 11 454
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 6
Open Issues: 0
Type:statamic-addon
Requires
- php: ^8.0
- ext-pdo_sqlite: *
- brick/varexporter: ^0.5
- calebporzio/sushi: ^2.4
- kkomelin/laravel-translatable-string-exporter: ^1.20
- laravel/framework: ^9.6 || ^10.0 || ^11.0
- statamic/cms: ^4.0 || ^5.0
Requires (Dev)
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^7.0
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
README
This package provides an interface for managing language packfiles within Statamic's Control Panel.
Requirements
- PHP 8.2+
- Laravel 10.0+
- Statamic 4.0+
- SQLite
Installation
You can install this package via composer using:
composer require ryanmitchell/statamic-translation-manager
The package will automatically register itself.
Usage
To go "Statamic Translation Manager" under "Tools"
Permissions
There is a manage translations
permission that must be enabled to allow a user to access the manager.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ryan@thoughtcollective.com instead of using the issue tracker.
License
MIT License