| Package Data | |
|---|---|
| Maintainer Username: | chewei05 |
| Maintainer Contact: | cheweihu@users.noreply.github.com (Chewei Hu) |
| Package Create Date: | 2017-07-25 |
| Package Last Update: | 2019-11-13 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-12-11 03:01:53 |
| Package Statistics | |
|---|---|
| Total Downloads: | 69 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Traditional Chinese (zh-TW) Templates for CRUD-generator with Laravel 5.
crud-generator 在 Laravel 5 的正體中文(繁體中文)樣板檔.
appzcoder/crud-generator: ^v2.0.0
Open the root directory of your Laravel project in terminal(CLI), and follow the following steps.
composer require appzcoder/crud-generator
php artisan vendor:publish --provider="Appzcoder\CrudGenerator\CrudGeneratorServiceProvider"
'custom_template' => true,
composer require chewei05/crud-generator-template
'providers' => [
...
CheweiHu\CRUDGeneratorTemplate\CRUDGeneratorTemplateServiceProvider::class,
],
composer dump-autoload
php artisan vendor:publish --provider="CheweiHu\CRUDGeneratorTemplate\CRUDGeneratorTemplateServiceProvider" --force