dev-master
9999999-devA WYSIWYG field package for Bree
The Requires
- php >=5.3.0
- illuminate/support 4.*
- packettide/bree 1.*
by Bryan Nielsen
laravel bree fieldtype
Wallogit.com
2017 © Pedro Peláez
A WYSIWYG field package for Bree
Wysiwyg is a field package for Bree which provides an advanced fieldset implementation utilizing CKEditor., (*1)
"packettide/bree-wysiwyg": "@dev"
composer update
'Packettide\BreeWysiwyg\BreeWysiwygServiceProvider', to the providers array in app/config/app.phpphp artisan bree:assets
$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)
A WYSIWYG field package for Bree
laravel bree fieldtype