'support', /* * Package . */ 'package' => 'support', /* * Modules . */ 'modules' => ['support'], 'support' => [ 'Name' => 'Support', 'name' => 'support', 'table' => 'supports', 'model' => 'Support\Support\Models\Support', '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', ], 'listfields' => ['id', ], 'translatable' => [], 'upload-folder' => '/uploads/support/support', 'uploadable' => [ 'single' => [], 'multiple' => [], ], ], ];