kennedytedesco / presenter
Presenters helps you clean up your views.
Installs: 2 913
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=7.1
- illuminate/support: ~5.3
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2020-01-28 01:36:28 UTC
README
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" } }