background
Home / Portfolio / Laravel Multiple Language
PORTFOLIO

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  #Inertia JS  #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

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

Go to the project directory

1cd laravel-multi-language
bash

Install dependencies

1# composer 2composer install 3 4# npm 5npm install
bash

Copy .env.example to .env

1cp .env.example .env
bash

Generate application key

1php artisan key:generate
bash

Run migration

1php artisan migrate
bash

Run the application

1# Start the development server 2php artisan serve 3 4# Inertia JS 5npm run dev
bash

Screenshots

Laravel Multiple Language English
English
Laravel Multiple Language Bahasa
Bahasa Indonesia