Package Data | |
---|---|
Maintainer Username: | silalahi |
Maintainer Contact: | jogi@pistarlabs.com (Jogi Silalahi) |
Package Create Date: | 2016-05-31 |
Package Last Update: | 2016-05-31 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-25 15:03:26 |
Package Statistics | |
---|---|
Total Downloads: | 133 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 12 |
Total Watchers: | 1 |
Total Forks: | 9 |
Total Open Issues: | 0 |
Indonesian language localization for Laravel 5 PHP framework.
To install this localization, you can install using Composer in terminal:
composer require silalahi/laravel-id-lang dev-master
Once localization installed, you need to register Laravel service provider in your config/app.php
:
'providers' => [
// ...
/*
* Localization Service Providers
*/
Silalahi\Laravel\IDLangServiceProvider::class,
],
Use the following Artisan command to publish the localization file into your resource\lang
directory:
php artisan vendor:publish