PHP code example of fedemotta / yii2-gridstack
1. Go to this page and download the library: Download fedemotta/yii2-gridstack library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
fedemotta / yii2-gridstack example snippets
use fedemotta\gridstack\Gridstack;
$gridstack = Gridstack::begin([
'options'=>['class'=>'grid-stack'],
'clientOptions'=>[
'cellHeight'=> 80,
'verticalMargin'=> 10,
],
]);
public $depends = [
...
'fedemotta\gridstack\GridstackAsset',
...
];
php composer.phar