PHPackages                             cdz/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. [Localization &amp; i18n](/categories/localization)
4. /
5. cdz/localization

ActiveLibrary[Localization &amp; i18n](/categories/localization)

cdz/localization
================

Laravel 8 multilang app scaffolding with Blade and Tailwind.

011PHP

Since Mar 12Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-cdz-localization)

This package provides a minimal and simple starting point for building a multilang Laravel application. Styled with Tailwind, 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/localization

```

After Composer has installed the package, you may run the **cdz-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-localization:install
npm install
npm run dev

```

Now your home url should be accessible in several languages.

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

[](#configuration)

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

Credits
-------

[](#credits)

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

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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://avatars.githubusercontent.com/u/13572778?v=4)[Aurélie Palette](/maintainers/apalette)[@apalette](https://github.com/apalette)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

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