'sarfraz', /* * Package . */ 'package' => 'sarfraz', /* * Modules . */ 'modules' => ['category'], 'category' => [ 'Name' => 'Category', 'name' => 'category', 'table' => 'categories', 'model' => 'Sarfraz\Sarfraz\Models\Category', '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', 'CategoryID', 'ParentID', 'Image', 'GoldImage', 'Title', 'BackgroundImage', 'SortOrder', 'Hide', 'IsActive', 'CreatedAt', 'UpdatedAt', 'CreatedBy', 'UpdatedBy'], 'listfields' => ['id', 'CategoryID', 'ParentID', 'Image', 'GoldImage', 'Title', 'BackgroundImage', 'SortOrder', 'Hide', 'IsActive', 'CreatedAt', 'UpdatedAt', 'CreatedBy', 'UpdatedBy'], 'translatable' => ['CategoryID', 'ParentID', 'Image', 'GoldImage', 'Title', 'BackgroundImage', 'SortOrder', 'Hide', 'IsActive', 'CreatedAt', 'UpdatedAt', 'CreatedBy', 'UpdatedBy'], 'upload-folder' => '/uploads/sarfraz/category', 'uploadable' => [ 'single' => [], 'multiple' => [], ], ], ];