laravelway/jstranslate

Laravel package for translations on frontend

Fund package maintenance!
laravelway

1.0.0 2024-04-28 08:26 UTC

This package is not auto-updated.

Last update: 2024-10-28 09:14:09 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