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-languageGo to the project directory
Terminal
cd laravel-multi-languageInstall dependencies
Terminal
# composer
composer install
# npm
npm installCopy .env.example to .env
Terminal
cp .env.example .envGenerate application key
Terminal
php artisan key:generateRun migration
Terminal
php artisan migrateRun the application
Terminal
# Start the development server
php artisan serve
# Inertia JS
npm run devScreenshots

English

Bahasa Indonesia