ProjectLaravel

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.

Stack

Laravel
ReactJS
InertiaJS
Year
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.

Source code : GitHub

Tech Stack

Installation and Usage

Clone the repository

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

Go to the project directory

Terminal
cd laravel-multi-language

Install dependencies

Terminal
# composer
composer install
 
# npm
npm install

Copy .env.example to .env

Terminal
cp .env.example .env

Generate application key

Terminal
php artisan key:generate

Run migration

Terminal
php artisan migrate

Run the application

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

Screenshots

English
English
Bahasa Indonesia
Bahasa Indonesia