sukohi / facet
A Larave package to show accessor, mutator and scope of a specific model.
2.0.0
2016-06-23 16:56 UTC
Requires
- laravel/framework: ~5.0
This package is not auto-updated.
Last update: 2024-11-07 02:31:10 UTC
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