前端 / 生成器
Artisan 的 Angular 生成器
dev-master
2016-06-08 01:43 UTC
Requires
- frontend/generators: dev-master
- illuminate/console: 5.1.* || 5.2.*
This package is not auto-updated.
Last update: 2022-01-08 04:01:23 UTC
README
Angular 生成器 for Artisan,灵感来源于
使用方法
artisan frontend:page name #New page inside frontend/app/pages/
artisan frontend:dialog name #New custom dialog inside frontend/dialogs/
artisan frontend:component name #New component inside frontend/app/components/
artisan frontend:service name #New service inside frontend/services/
artisan frontend:filter name #New filter inside frontend/filters/
artisan frontend:config name #New config inside frontend/config/
安装
如果您正在使用入门项目,那么它已经预先安装。
composer require frontend/generators
//and then add the provider in config/app.php
Frontend\Generators\LaravelServiceProvider::class,
php artisan vendor:publish
文档
贡献者
最初创建于
注释
- 请不要添加单词
service
,它将为您自动添加。