jossephus/make-responsable

1.0.0 2020-10-20 18:10 UTC

This package is auto-updated.

Last update: 2024-04-21 02:38:43 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

After reading a blog post by Wilbur Powery about Responsable interface I have been using responsable interfaces a lot. Read about Responsable interfaces here. Laravel's Responsable Interface . This simple package simplifies the process of generating a new class that implements the responsable interface.

Installation

You can install the package via composer:

composer require jossephus/make-responsable

Usage

php artisan make:responsable TransactionCreateView // an example from the blog post 

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.