| Package Data | |
|---|---|
| Maintainer Username: | raftalks |
| Maintainer Contact: | raftalks@gmail.com (Raf) |
| Package Create Date: | 2013-02-27 |
| Package Last Update: | 2013-07-02 |
| Language: | JavaScript |
| License: | BSD |
| Last Refreshed: | 2025-10-30 03:09:16 |
| Package Statistics | |
|---|---|
| Total Downloads: | 746 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 215 |
| Total Watchers: | 40 |
| Total Forks: | 37 |
| Total Open Issues: | 5 |

"require": {
"raftalks/ravel": "*"
}
php composer.phar update command
'providers' => array(
'Raftalks\Ravel\RavelServiceProvider',
)
php artisan ravel:install
php composer.phar update
php artisan ravel:update
'custom_fields' => array(
//'example'
//'post' => array(
// "{metakey}" => array('label'=>'{name}','type'=>'{text}', 'attr'=>array(), 'options'=>array())
// )
'post' => array(
'somefield' => array('label'=>'custom field','type'=>'input_checkbox'),
'custom_field3' => array('label'=>'custom field','type'=>'ng_datepicker'),
'custom_field2' => array('label'=>'custom field2','type'=>'select','options'=>array(1=>'test',2=>'two',3=>'three',4=>'four'))
),
'page' => array(),
'attachement' => array(),
),
Documentation will be updated soon