https://github.com/stillat/antlers-translation-strings-exporter
Provides utilities for exporting translation strings from both Antlers and Blade template files.
https://github.com/stillat/antlers-translation-strings-exporter
Last synced: 3 months ago
JSON representation
Provides utilities for exporting translation strings from both Antlers and Blade template files.
- Host: GitHub
- URL: https://github.com/stillat/antlers-translation-strings-exporter
- Owner: Stillat
- License: mit
- Created: 2023-07-09T17:45:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T17:49:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T21:39:13.074Z (5 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Antlers Translation Strings Exporter
This package extends the capabilities of the [kkomelin/laravel-translatable-string-exporter](https://github.com/kkomelin/laravel-translatable-string-exporter) package, allowing you to export translation strings for both Blade and Antlers templates.
## How to Install
This package can be installed by running the following command from the root of your project:
``` bash
composer require stillat/antlers-translation-strings-exporter --dev
```## How to Use
Since this package adds additional functionality to [kkomelin/laravel-translatable-string-exporter](https://github.com/kkomelin/laravel-translatable-string-exporter), the usage steps (and configuration) guides are the same.
At a high level, you can export translation strings by running the following Artisan command from the root of your project:
```
php artisan translatable:export
```For full usage and configuration steps, please refer to [kkomelin/laravel-translatable-string-exporter](https://github.com/kkomelin/laravel-translatable-string-exporter).
## Credits
This package simply adds additional functionality to the following package, which does all of the hard work:
https://github.com/kkomelin/laravel-translatable-string-exporter
## License
This package is free software released under the MIT License.