You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**LaravelLangSyncInertia** is a Laravel package designed to **sync and manage language translations** with **Inertia.js** integration. It simplifies multi-language support in Laravel applications, making it easier to work with dynamic language files and frontend translations seamlessly.
5
+
**Laravel Lang Sync Inertia** is a Laravel package designed to **sync and manage language translations** with **Inertia.js** integration. It simplifies multi-language support in Laravel applications, making it easier to work with dynamic language files and frontend translations seamlessly.
6
6
7
7
---
8
8
9
9
10
-
## ❓ Why Use LaravelLangSyncInertia?
10
+
## ❓ Why Use Laravel Lang Sync Inertia?
11
11
12
12
This package is perfect for Laravel developers using Inertia.js with **Vue** or **React**. It helps you:
13
13
@@ -27,6 +27,7 @@ This package is perfect for Laravel developers using Inertia.js with **Vue** or
27
27
* 🧩 Supports both Vue.js and React
28
28
* 🧵 Built-in middleware for automatic sharing
29
29
* 🛠️ Helper functions like `trans()` and `__()` for frontend usage
30
+
* 🌍 Automatically switches language folder based on current Laravel locale
0 commit comments