PHPackages                             cdz/jetstream-localization - 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. cdz/jetstream-localization

ActiveLibrary

cdz/jetstream-localization
==========================

Laravel Jetstream Localization (Livewire)

011PHP

Since Feb 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Codeuz/jetstream-localization)[ Packagist](https://packagist.org/packages/cdz/jetstream-localization)[ RSS](/packages/cdz-jetstream-localization/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel CDZ Jetstream Localization
==================================

[](#laravel-cdz-jetstream-localization)

This package extends the [Jetstream](https://jetstream.laravel.com/) implementation and provides a minimal and simple starting point for building a multilang Laravel application with authentication. The package publishes ressources and views to your application that can be easily customized based on your own application's needs.

Requirements
------------

[](#requirements)

[Laravel](https://laravel.com/docs/8.x) &gt;= 8.0

Installation
------------

[](#installation)

First, you should create a new Laravel application, then install the package.

```
composer require cdz/jetstream-localization

```

After Composer has installed the package, you may run the **cdz-jetstream-localization:install** Artisan command. This command publishes the views, routes, and other resources to your application. The package publishes all of its code to your application so that you have full control and visibility over its features and implementation. After CDZ Localization is installed, you should also compile your assets so that your application's CSS file is available:

```
php artisan cdz-jetstream-localization:install
npm install
npm run dev

```

Then migrate your database:

```
php artisan migrate

```

Now your home url and the authentication pages should be accessible in several languages.

Configuration
-------------

[](#configuration)

The config file is published at **config/localization.php**

Emails
------

[](#emails)

Emails views files are published at **ressources/views/vendor/mail** (See [Laravel Documentation](https://laravel.com/docs/8.x/mail#customizing-the-components)).

Emails translations are published at **ressources/lang/\[LANG\]/mails**.

Emails for authentication are defined into **App/Providers/AuthServiceProvider.php**.

**MAIL\_FROM\_ADDRESS** must be defined into **.env** file

Available Stacks
----------------

[](#available-stacks)

Only Livewire is supported for now and will be automatically installed.

Available Options
-----------------

[](#available-options)

Email Verification for registration is supported and will be automatically installed. Others options (Profile, Teams ...) are not supported for now but can be easily implemented.

Credits
-------

[](#credits)

[Codeuz](http://codeuz.com/)

This package is based on [cdz/localization](https://github.com/Codeuz/laravel-localization) package.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/762f1132baa40de2ec8e12c9412c64412249ad1d6d19a8e3401c69374204a6aa?d=identicon)[apalette](/maintainers/apalette)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cdz-jetstream-localization/health.svg)

```
[![Health](https://phpackages.com/badges/cdz-jetstream-localization/health.svg)](https://phpackages.com/packages/cdz-jetstream-localization)
```

PHPackages © 2026

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