Package Data | |
---|---|
Maintainer Username: | bryannielsen |
Maintainer Contact: | bryan@packettide.com (Bryan Nielsen) |
Package Create Date: | 2013-10-23 |
Package Last Update: | 2014-01-31 |
Language: | JavaScript |
License: | Unknown |
Last Refreshed: | 2024-11-23 03:18:49 |
Package Statistics | |
---|---|
Total Downloads: | 174 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
#Wysiwyg
Wysiwyg is a field package for Bree which provides an advanced fieldset implementation utilizing CKEditor.
##Installation
"packettide/bree-wysiwyg": "@dev"
composer update
'Packettide\BreeWysiwyg\BreeWysiwygServiceProvider',
to the providers array in app/config/app.phpphp 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