2017 © Pedro Peláez
 

library facet

A Larave package to show accessor, mutator and scope of a specific model.

image

sukohi/facet

A Larave package to show accessor, mutator and scope of a specific model.

  • Thursday, June 23, 2016
  • by Sukohi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Facet

A Larave package to show accessor, mutator and scope of a specific model.
(This package is for Laravel 5+.), (*1)

Installation

Execute the following composer command., (*2)

composer require sukohi/facet:2.*

Register the service provider in app.php, (*3)

'providers' => [
    ...Others...,  
    Sukohi\Facet\FacetServiceProvider::class,
]

Now you can use facet command., (*4)

Usage

php artisan facet User

with namespace, (*5)

php artisan facet User App

License

This package is licensed under the MIT License., (*6)

Copyright 2016 Sukohi Kuhoh, (*7)

The Versions

23/06 2016

2.0.x-dev

2.0.9999999.9999999-dev

A Larave package to show accessor, mutator and scope of a specific model.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

23/06 2016

dev-master

9999999-dev

A Larave package to show accessor, mutator and scope of a specific model.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

23/06 2016

2.0.0

2.0.0.0

A Larave package to show accessor, mutator and scope of a specific model.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi