Skip to content

laravelway/jstranslate

Repository files navigation

Laravel package for translations on frontend

Installation

You can install the package via composer:

composer require laravelway/jstranslate

You can publish the config file with:

php artisan vendor:publish --tag="jstranslate-config"

This is the contents of the published config file:

return [
    'files' => [
    
    ]
];

Build Script

npx webpack --mode production

Testing

composer test