Skip to content

Laravel Localization Multi-Language ๐Ÿ‡บ๐Ÿ‡ธ/๐Ÿ‡ฎ๐Ÿ‡ฉ with Inertia.js & React.js

Notifications You must be signed in to change notification settings

raprmdn/laravel-multi-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Laravel Multiple Language

Laravel provides localization features, which allow you to easily provide translations for your application. This project is an example of how to implement multiple language in Laravel using Inertia JS and React JS.

Source code : GitHub

Tech Stack

Installation and Usage

Clone the repository

git clone https://github.com/raprmdn/laravel-multi-language

Go to the project directory

cd laravel-multi-language

Install dependencies

# composer
composer install

# npm
npm install

Copy .env.example to .env

cp .env.example .env

Generate application key

php artisan key:generate

Run migration

php artisan migrate

Run the application

# Start the development server
php artisan serve

# Inertia JS
npm run dev

Screenshots

laravel-multiple-language-english

laravel-multiple-language-bahasa

About

Laravel Localization Multi-Language ๐Ÿ‡บ๐Ÿ‡ธ/๐Ÿ‡ฎ๐Ÿ‡ฉ with Inertia.js & React.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages