Download the PHP package sukohi/facet without Composer
On this page you can find all versions of the php package sukohi/facet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor sukohi
Package facet
Short Description A Larave package to show accessor, mutator and scope of a specific model.
License MIT
Package facet
Short Description A Larave package to show accessor, mutator and scope of a specific model.
License MIT
Please rate this library. Is it a good library?
Informations about the package facet
Facet
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
All versions of facet with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
~5.0
The package sukohi/facet contains the following files
Loading the files please wait ...