'relawan', /* * Package . */ 'package' => 'program', /* * Modules . */ 'modules' => ['program', 'pilar'], 'program' => [ 'Name' => 'Program', 'name' => 'program', 'table' => 'programs', 'model' => 'Relawan\Program\Models\Program', 'image' => [ 'xs' => ['width' => '60', 'height' => '45'], 'sm' => ['width' => '100', 'height' => '75'], 'md' => ['width' => '460', 'height' => '345'], 'lg' => ['width' => '800', 'height' => '600'], 'xl' => ['width' => '1000', 'height' => '750'], ], 'fillable' => ['user_id', 'id_cabang', 'program', 'pilar', 'parent', 'slug', 'thumb', 'kat', 'status'], 'listfields' => ['id', 'id_cabang', 'program', 'pilar', 'parent', 'slug', 'thumb', 'kat', 'status'], 'translatable' => ['id_cabang', 'program', 'pilar', 'parent', 'slug', 'thumb', 'kat', 'status'], 'upload-folder' => '/uploads/program/program', 'uploadable' => [ 'single' => [], 'multiple' => [], ], ],'pilar' => [ 'Name' => 'Pilar', 'name' => 'pilar', 'table' => 'pilars', 'model' => 'Relawan\Program\Models\Pilar', 'image' => [ 'xs' => ['width' => '60', 'height' => '45'], 'sm' => ['width' => '100', 'height' => '75'], 'md' => ['width' => '460', 'height' => '345'], 'lg' => ['width' => '800', 'height' => '600'], 'xl' => ['width' => '1000', 'height' => '750'], ], 'fillable' => ['user_id', 'pilar'], 'listfields' => ['id', 'pilar'], 'translatable' => ['pilar'], 'upload-folder' => '/uploads/program/pilar', 'uploadable' => [ 'single' => [], 'multiple' => [], ], ], ];