zintel/laravel-make-view
最新稳定版本:1.0.12
Composer 安装命令:
composer require zintel/laravel-make-view
包简介
This package will help you create a view (blade)
README 文档
README
Install
composer require zintel/laravel-make-view
Change config file
<?php // config/app.php 'providers' = [ //... Zintel\LaravelViewMaker\LaravelViewMakerServiceProvider::class, ],
Usage
$ php artisan make:view admin --all --o= --all - (index.blade.php, show.blade.php, edit.blade.php) --i - (index.blade.php) --sh - (show.blade.php) --e - (edit.blade.php) --c - (create controller) --m - (create model) --r - (create request)
Example
$ php artisan make:view admin --all --cmr
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-08