2017 © Pedro Peláez
 

library quickadmin-lang

Traditional Chinese (zh-TW) Language for Quickadmin.

image

chewei05/quickadmin-lang

Traditional Chinese (zh-TW) Language for Quickadmin.

  • Monday, July 24, 2017
  • by chewei05
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Quickadmin-lang

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Traditional Chinese (zh-TW) Language for Quickadmin 2.x
Quickadmin 2.x 的正體中文(繁體中文)語系檔.

Requirements

laraveldaily/quickadmin: ^2.1.0

Installation

Open the root directory of your Laravel project in terminal(CLI), and follow the following steps., (*2)

  1. Install laraveldaily/quickadmin first. composer require laraveldaily/quickadmin
  2. Install this package QuickAdmin-Lang composer require chewei05/quickadmin-lang

Copy Language Files

Copy Directly

  • Files of languages are in "vendor/chewei05/src/lang" directory
  • Copy the folders of languages to the resources/lang/vendor/laraveldaily folder of your Laravel 5 project.

Via Laravel Service Provider

  1. Add service provider to config/app.php., (*3)

    'providers' => [
        ...
    
        CheweiHu\QuickadminLang\QuickadminLangServiceProvider::class,
    ],
    
  2. Run composer dump-autoload if composer went wrong. composer dump-autoload
  3. Publish vendor files of this package. php artisan vendor:publish --provider="CheweiHu\QuickadminLang\QuickadminLangServiceProvider"
  4. Done.

The Versions

24/07 2017

dev-master

9999999-dev

Traditional Chinese (zh-TW) Language for Quickadmin.

  Sources   Download

MIT

The Requires

 

by Chewei Hu

24/07 2017

v1.0.0

1.0.0.0

Traditional Chinese (zh-TW) Language for Quickadmin.

  Sources   Download

MIT

The Requires

 

by Chewei Hu

23/07 2017

0.0.2

0.0.2.0

Traditional Chinese (zh-TW) Language for Quickadmin.

  Sources   Download

MIT

The Requires

 

by Chewei Hu