2017 © Pedro Peláez
 

library bree-wysiwyg

A WYSIWYG field package for Bree

image

packettide/bree-wysiwyg

A WYSIWYG field package for Bree

  • Friday, January 31, 2014
  • by bryannielsen
  • Repository
  • 5 Watchers
  • 1 Stars
  • 170 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Wysiwyg

Wysiwyg is a field package for Bree which provides an advanced fieldset implementation utilizing CKEditor., (*1)

Installation

  1. Install with composer by adding this line to your 'require' block:"packettide/bree-wysiwyg": "@dev"
  2. Run composer update
  3. In Laravel4 add 'Packettide\BreeWysiwyg\BreeWysiwygServiceProvider', to the providers array in app/config/app.php
  4. Publish the package assets: php artisan bree:assets

Usage

$book = new Bree('Book', array(
        'description'  => array('type' => 'Wysiwyg')
    ));

$book->find(1);
echo $book;

For more examples on how to setup fieldtypes for a model refer to the Bree documentation, (*2)

The Versions

31/01 2014

dev-master

9999999-dev

A WYSIWYG field package for Bree

  Sources   Download

The Requires

 

by Bryan Nielsen

laravel bree fieldtype