sukohi/facet
Composer 安装命令:
composer require sukohi/facet
包简介
A Larave package to show accessor, mutator and scope of a specific model.
README 文档
README
A Larave package to show accessor, mutator and scope of a specific model.
(This package is for Laravel 5+.)
Installation
Execute the following composer command.
composer require sukohi/facet:2.*
Register the service provider in app.php
'providers' => [
...Others...,
Sukohi\Facet\FacetServiceProvider::class,
]
Now you can use facet command.
Usage
php artisan facet User
with namespace
php artisan facet User App
License
This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-23