PHPackages                             clentfort/laravel-find-js-localizations - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. clentfort/laravel-find-js-localizations

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

clentfort/laravel-find-js-localizations
=======================================

A tools that helps finding untranslated strings in JavaScript files in Laravel projects using rmariuzzo/Laravel-JS-Localization and andywer/laravel-js-localization

v1.0.0(9y ago)6111MITPHP

Since Mar 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/clentfort/laravel-find-js-localizations)[ Packagist](https://packagist.org/packages/clentfort/laravel-find-js-localizations)[ RSS](/packages/clentfort-laravel-find-js-localizations/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Find Localizations in Laravel JavaScript Assets
===============================================

[](#find-localizations-in-laravel-javascript-assets)

A tools that helps finding untranslated strings in Laravel JavaScript assets for projects using [rmariuzzo/Laravel-JS-Localization](https://github.com/rmariuzzo/Laravel-JS-Localization) and [andywer/laravel-js-localization](https://github.com/andywer/laravel-js-localization). Inspired by [potsky/laravel-localization-helpers](https://github.com/potsky/laravel-localization-helpers).

Installation
============

[](#installation)

The package consists out of two parts; a PHP part, available through composer, and JavaScript part available through npm. First install both parts by running the following:

```
composer require --dev clentfort/laravel-find-js-localizations
npm install --save-dev laravel-find-js-localizations
```

After the installation of the packages load the service-provider in your app. You can do so by adding the following line to the `providers`-array in `config/app.php`.

```
clentfort\LaravelFindJsLocalizations\ArtisanServiceProvider::class,
```

Now all that is left to do is to publish the configuration to you app, this can be achieved by running:

```
php artisan vendor:publish
```

Verify the package was installed successfully by running `php artisan list`, it should now include the command `js-localization:missing`.

Configuration
=============

[](#configuration)

The command can be configured through the configuration-file in `config/laravel-find-js-localizations.php`.

OptionDescription`node_executable`The name or the path to the Node.js-exectuable`extension`The extension of your JavaScript-files`directory`The directory your JavaScript-assets are stored`lemma`The default placeholder text that found keys will haveUsage
=====

[](#usage)

Simply run `php artisan js-localization:missing`.

> The command will write the files in the array-dot notation!

License
=======

[](#license)

MIT

Contributing
============

[](#contributing)

If you want to contribute feel free to send a PR.

- If you are improving on the JavaScript please make sure you run [prettier](https://github.com/jlongster/prettier) with the `--single-quote` flag before creating the PR.
- If you are improving on the PHP please make sure you do not brake the 80 chars per line limit and make sure to run [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) before you create a PR.

Thank you.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3386d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cc9fe911687541bceb810cc7922ddde9465e5900442b7bea24bb1f1721d75d4?d=identicon)[clentfort](/maintainers/clentfort)

---

Top Contributors

[![clentfort](https://avatars.githubusercontent.com/u/1284808?v=4)](https://github.com/clentfort "clentfort (37 commits)")

---

Tags

laravellaravel-translation-manager

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/clentfort-laravel-find-js-localizations/health.svg)

```
[![Health](https://phpackages.com/badges/clentfort-laravel-find-js-localizations/health.svg)](https://phpackages.com/packages/clentfort-laravel-find-js-localizations)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20432.2M1.5k](/packages/illuminate-queue)[illuminate/session

The Illuminate Session package.

9938.5M822](/packages/illuminate-session)[laravel/ai

The official AI SDK for Laravel.

9782.1M162](/packages/laravel-ai)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
