February 02, 2023

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.

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
bash

Go to the project directory

cd laravel-multi-language
bash

Install dependencies

# composer
composer install
 
# npm
npm install
bash

Copy .env.example to .env

cp .env.example .env
bash

Generate application key

php artisan key:generate
bash

Run migration

php artisan migrate
bash

Run the application

# Start the development server
php artisan serve
 
# Inertia JS
npm run dev
bash

Screenshots

English
English
Bahasa Indonesia
Bahasa Indonesia
raprmdn
Rafi Putra Ramadhan
Laravel
ReactJS
InertiaJS