transmatic
Automate and streamline real-time text translations in your Laravel applications
File Explorer
Download Latest Version (.zip)- bug.yml
- config.yml
- dependabot-auto-merge.yml
- fix-php-code-style-issues.yml
- phpstan.yml
- update-changelog.yml
- dependabot.yml
- transmatic-banner.png
- transmatic.php
- CleanTranslationsCommand.php
- ProcessMissingTranslationsCommand.php
- TransmaticCommand.php
- TranslationHandler.php
- Translator.php
- Transmatic.php
- ProcessTranslations.php
- CacheHandler.php
- FileHandler.php
- AwsTranslate.php
- TranslateService.php
- helpers.php
- Transmatic.php
- TransmaticServiceProvider.php
- ArchTest.php
- ExampleTest.php
- Pest.php
- TestCase.php
- WorkbenchServiceProvider.php
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpstan-baseline.neon
- phpstan.neon.dist
- phpunit.xml.dist
- pint.json
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/andrewdwallo/transmatic
Downloads the entire project code from GitHub to your computer.
cd transmatic
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require andrewdwallo/transmatic
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
