Download the PHP package rmirandasv/laravel-i18n-starter-kit without Composer
On this page you can find all versions of the php package rmirandasv/laravel-i18n-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rmirandasv/laravel-i18n-starter-kit
More information about rmirandasv/laravel-i18n-starter-kit
Files in rmirandasv/laravel-i18n-starter-kit
Package laravel-i18n-starter-kit
Short Description A professional starter kit based on the official Laravel React Starter Kit, featuring a fully synchronized i18n system.
License MIT
Informations about the package laravel-i18n-starter-kit
Laravel i18n Starter Kit
A professional starter kit based on the official Laravel React Starter Kit (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
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
i18nextandreact-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 & React 19: Leveraging the latest features of the ecosystem.
- Tailwind CSS v4: Modern styling for all components.
Requirements
- PHP 8.3+
- Node.js & NPM
- SQLite (default) or other supported database.
Installation
Using Laravel Installer
You can create a new project using the --using flag:
Using Composer
Alternatively, you can use composer create-project:
Setup
-
Enter the project directory:
-
Run the setup script:
This will install dependencies, copy .env, generate keys, and run migrations.
- Start development:
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 theesdirectory).
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-i18n-starter-kit with dependencies
inertiajs/inertia-laravel Version ^3.0
laravel/fortify Version ^1.34
laravel/framework Version ^13.7
laravel/tinker Version ^3.0
laravel/wayfinder Version ^0.1.14