kennedytedesco/presenter

Presenters helps you clean up your views.


Keywords
view, views, presenter, presenters, view presenters, laravel, php
License
MIT

Documentation

Presenter

Build Status Latest Stable Version License

This is just a simple library that helps you to stop dirty up your views with logic and presentation code.

See tests for examples. Docs soon.

Installation

Requires:

  • PHP 7.1+.

To get the latest version, simply require the project using Composer:

$ composer require kennedytedesco/presenter

You may also manually update your require block and run composer update:

{
    "require": {
        "kennedytedesco/presenter": "^1.0"
    }
}