process-drive/laravel-js-translation

v1.0.0 2022-10-13 09:25 UTC

This package is not auto-updated.

Last update: 2024-04-26 14:37:25 UTC


README

logo.png

ProcessDrive laravel trans Using With JS File

This library is used for laravel trans method is use for JS File

Installation

Run this command in your terminal

composer require process-drive/laravel-js-translation

After Installation

To set service provider to config/app.php file

 'providers' => [
        ProcessDrive\LaravelJSTranslation\TranslateServiceProvider::class,
    ]

To set view file in your appliction. you will set below code in common blade file

@include("Processdrivepackage::translate")

Run this command in your terminal

php artisan trans:json

How it use

Your javascript file you can use this

Trans :


trans('about.name')

License

MIT