2017 © Pedro Peláez
 

library prehelpers

Simple view presenter library for Laravel.

image

rami-awadallah/prehelpers

Simple view presenter library for Laravel.

  • Wednesday, October 4, 2017
  • by ramiawadallah
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

prehelpers

$ composer require rami-awadallah/prehelpers

Once you've run composer update you'll need to register the service provider in your config/app.php file., (*1)

'providers' => [
    Ramiawadallah\Prehelpers\PrehelpersServiceProvider::class
]

Usage

Configuring Presenters

There's several ways to configure your presenters. First, you can utilize the configuration file, which can be published using the following command:, (*2)

$ php artisan vendor:publish --provider="Ramiawadallah\Prehelpers\PrehelpersServiceProvider"

The Versions

04/10 2017

dev-master

9999999-dev

Simple view presenter library for Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rami Awdallah

laravel decorator view presenter