laravelway/jstranslate

Laravel package for translations on frontend

1.0.0 2024-04-28 08:26 UTC

This package is not auto-updated.

Last update: 2024-05-13 07:06:33 UTC


README

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