monirz/lvartisan
Composer 安装命令:
composer require monirz/lvartisan
包简介
Laravel view artisan command
README 文档
README
Laravel artisan command for creating view
This is just initial work on dev mode, the code structure may change and some extra option will be added soon.
Require it
composer require monirz/lvartisan
Add the service provider to the config/app.php
monirz\lvartisan\LvartisanServiceProvider::class
Voila, You are done!
Basic usages
php artisan make:view articles/index
The above example command will create the articles directory in views if the directory doesn't exist and the index.blade.php file in the articles directory.
php artisan make:view index
With this command the directory name is not provided so the index.blade.php file will be created in root directory which is views.
统计信息
- 总下载量: 260
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-16