2017 © Pedro Peláez
 

library chain-an-able

This package provides simple to use chainable HTML builder with easy integration into any platform or cms.

image

netsells/chain-an-able

This package provides simple to use chainable HTML builder with easy integration into any platform or cms.

  • Monday, October 3, 2016
  • by spamoom
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Chain an Able

Latest Version Build Status Quality Score Software License Total Downloads, (*1)

This package provides simple to use chainable HTML builder with easy integration into any platform or cms., (*2)

Currently a Work in progress

This is currently only compatible with Laravel 5.3 and php7., (*3)

Usage

```php+HTML {!! $karoway->text('header.title')->wrap('h1.title') !!} {!! $karoway->image('header.image')->alt('This is the hero image')->classes('image col-md-12') !!}, (*4)


## Installation To install just require the package through composer. `composer require netsells/chain-an-able dev-master` publish the config file that is required to run. `php artisan vendor:publish --provider='Netsells\Karoway\KarowayServiceProvider'` ## Settings These are the column names of the table that stores the attributes for the pages.
'database' => [
    'key_field' => 'key',
    'value_field' => 'value',
],

These are the Model in which your Pages are stored and the relationship on that model which returns said page's attributes.

'models' => [ 'page' => [ 'model' => Page::class, 'relation' => 'properties', ] ] ```, (*5)

The Versions

03/10 2016

dev-master

9999999-dev

This package provides simple to use chainable HTML builder with easy integration into any platform or cms.

  Sources   Download

MIT

by Karl Roberts

03/10 2016

dev-karoway-repeatables

dev-karoway-repeatables

This package provides simple to use chainable HTML builder with easy integration into any platform or cms.

  Sources   Download

MIT

by Karl Roberts