library prehelpers
Simple view presenter library for Laravel.
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
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"
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