dzaki236/artisan-laravel-view
Composer 安装命令:
composer require dzaki236/artisan-laravel-view
包简介
library for improve folder management by views
README 文档
README
Package for make view
Instalattion Step
Require the package by the following command at below :
$ composer require dzaki236/artisan-laravel-view
Dump-autoloading
Autoloading all updates package by the following command :
$ composer dump-autoload
Add Provider (deprecate for version 8+)
Surpriced to version 8+ you dont need add provider :b
Run Command Using
$ php artisan make:view path/of/save the file
Example
You want to create folder and views on admin folder or module? just create :
$ php artisan make:view admin/room/index
Explanation Of Example! :
Admin is folder.
Room is folder.
Index is file (blade templating files).
File Saving on resource/views/ folder on your laravel project
License
The MIT License (MIT). Please see License File for more information, version of 1.0.1
If had a problem or issue on older version,Please use of the latest version
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-22