ravialdo / laraindonesia
Package laraindonesia memungkinkan mengubah bahasa project validasi laravel anda menjadi bahasa indonesia.
This package is auto-updated.
Last update: 2025-08-04 17:05:55 UTC
README
Regarding the Laraindonesia Package, it is possible to display the validation of your laravel project in Indonesian.
Getting Started
To start using this package can be done by the composer, open your laravel project and do the installation as below :
$ composer require ravialdo/laraindonesia
Laraindonesia can be used in Laravel version 7 or lower.
Configuration
after completing install, do the following command :
$ php artisan vendor:publish
a choice will appear as an example :
Which provider or tag's files would you like to publish? :
[9 ] Provider: Ravialdo\LaraIndonesia\Providers\LaraIndonesiaServiceProvider
Please select Ravialdo\LaraIndonesia\Providers\LaraIndonesiaServiceProvider, after selecting it will appear as below :
Copied Directory [/vendor/ravialdo/laraindonesia/resources/lang] To [/resources/lang]
Publishing complete.
Open the app.php file in the config folder and change it as below :
'locale' => 'in',
Done friend!