library crud-generator-template
Traditional Chinese (zh-TW) Templates for crud-generator with Laravel 5.
chewei05/crud-generator-template
Traditional Chinese (zh-TW) Templates for crud-generator with Laravel 5.
- Tuesday, August 1, 2017
- by chewei05
- Repository
- 1 Watchers
- 0 Stars
- 34 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
crud-generator-template
, (*1)
Traditional Chinese (zh-TW) Templates for CRUD-generator with Laravel 5.
crud-generator 在 Laravel 5 的正體中文(繁體中文)樣板檔.
Requirements
appzcoder/crud-generator: ^v2.0.0
Installation
Open the root directory of your Laravel project in terminal(CLI), and follow the following steps., (*2)
- Install appzcoder/crud-generator first.
composer require appzcoder/crud-generator
- Finish all install steps of appzcoder/crud-generator.
- Published crud-generator package's assets.
php artisan vendor:publish --provider="Appzcoder\CrudGenerator\CrudGeneratorServiceProvider"
- Turn on custom_template support on config/crudgenerator.php
'custom_template' => true,
- Install this package crud-generator-template
composer require chewei05/crud-generator-template
Copy Language Files
Via Yourself
- Files of templates are in "vendor/chewei05/crud-generator-template/src/crud-generator" directory
- Copy the folder of templates in the resources/crud-generator folder of your Laravel 5 project.
Via Laravel Service Provider
- Add service provider to config/app.php.
php
'providers' => [
...
CheweiHu\CRUDGeneratorTemplate\CRUDGeneratorTemplateServiceProvider::class,
],
- Run composer dump-autoload if composer went wrong.
composer dump-autoload
- Publish vendor files of this package.
php artisan vendor:publish --provider="CheweiHu\CRUDGeneratorTemplate\CRUDGeneratorTemplateServiceProvider" --force
- Done.
dev-master
9999999-dev
Traditional Chinese (zh-TW) Templates for crud-generator with Laravel 5.
Sources
Download
MIT
The Requires
by
Chewei Hu
0.0.2
0.0.2.0
Traditional Chinese (zh-TW) Templates for crud-generator with Laravel 5.
Sources
Download
MIT
The Requires
by
Chewei Hu
0.0.1
0.0.1.0
Traditional Chinese (zh-TW) Templates for crud-generator with Laravel 5.
Sources
Download
MIT
The Requires
by
Chewei Hu