PHPackages                             rmirandasv/laravel-i18n-starter-kit - 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. [Framework](/categories/framework)
4. /
5. rmirandasv/laravel-i18n-starter-kit

ActiveProject[Framework](/categories/framework)

rmirandasv/laravel-i18n-starter-kit
===================================

A professional starter kit based on the official Laravel React Starter Kit, featuring a fully synchronized i18n system.

1.0.1(3w ago)01↓100%MITTypeScriptPHP ^8.3CI passing

Since May 19Pushed 3w agoCompare

[ Source](https://github.com/rmirandasv/laravel-i18n-starter-kit)[ Packagist](https://packagist.org/packages/rmirandasv/laravel-i18n-starter-kit)[ RSS](/packages/rmirandasv-laravel-i18n-starter-kit/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

Laravel i18n Starter Kit
========================

[](#laravel-i18n-starter-kit)

A professional starter kit based on the official [Laravel React Starter Kit](https://laravel.com/docs/13.x/starter-kits#react) (**Laravel 13**, **Inertia.js v3**, and **React 19**), featuring an extra layer for a fully synchronized **internationalization (i18n)** system for both frontend and backend.

[Leer en Español](README.es.md)

Features
--------

[](#features)

- **Official Base**: Built directly on top of the official Laravel + Inertia + React starter kit.
- **Full Stack i18n**: Synchronized language switching between React (frontend) and Laravel (backend).
- **Dual Language Support**: Ready to use in **English** and **Spanish**.
- **Frontend Localization**: Powered by `i18next` and `react-i18next`.
- **Backend Localization**: Custom middleware that reads the frontend language preference (via cookie) and updates the Laravel locale.
- **Language Selector**: Integrated UI component in the main sidebar header.
- **Translated UI**: Profile settings, Security (including 2FA), Team management, Dashboard, and all Auth pages (Login, Register, etc.) are already translated.
- **Translated Validations**: Full set of Spanish translations for Laravel's default validation messages, authentication, and password reset lines.
- **Inertia v3 &amp; React 19**: Leveraging the latest features of the ecosystem.
- **Tailwind CSS v4**: Modern styling for all components.

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

[](#requirements)

- PHP 8.3+
- Node.js &amp; NPM
- SQLite (default) or other supported database.

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

[](#installation)

### Using Laravel Installer

[](#using-laravel-installer)

You can create a new project using the `--using` flag:

```
laravel new my-app --using rmirandasv/laravel-i18n-starter-kit
```

### Using Composer

[](#using-composer)

Alternatively, you can use `composer create-project`:

```
composer create-project rmirandasv/laravel-i18n-starter-kit my-app
```

Setup
-----

[](#setup)

1. **Enter the project directory**:

    ```
    cd my-app
    ```
2. **Run the setup script**:

    ```
    composer run setup
    ```

    *This will install dependencies, copy .env, generate keys, and run migrations.*
3. **Start development**:

    ```
    composer run dev
    ```

Key Files
---------

[](#key-files)

- `resources/js/i18n/`: i18next configuration and JSON translation files.
- `app/Http/Middleware/HandleLocalization.php`: Synchronizes language between frontend and backend.
- `lang/`: Backend PHP translation files (including the `es` directory).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance95

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

21d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa32a6def84a92f04edba2d37ebf371531f08ea8bfc1da7085b41bac2c2c1f19?d=identicon)[rmirandasv](/maintainers/rmirandasv)

---

Top Contributors

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

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/rmirandasv-laravel-i18n-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/rmirandasv-laravel-i18n-starter-kit/health.svg)](https://phpackages.com/packages/rmirandasv-laravel-i18n-starter-kit)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[nunomaduro/laravel-starter-kit-inertia-react

The skeleton application for the Laravel framework.

2071.1k](/packages/nunomaduro-laravel-starter-kit-inertia-react)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)

PHPackages © 2026

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