Laravel.io
$file = "            [
                'server_id'       =>  ".$product->server_id.",
                'category_id'     =>  ".$product->category_id.",
                'title'           =>  '".$product->title."',
                'description_enabled'  =>  ".($product->description_enable ? 'true' : 'false').",
                'description_text'    =>  '".($product->description_text ?: '')."',
                'description_image'   =>  '".($product->description_image ?: '')."',
                'price'           =>  ".$product->price.",
                'playerGroups_group_id'           =>  ".($product->playerGroups_group_id ?: 'null').",
                'playerPermissions_permission'    =>  ".($product->playerPermissions_permission ?: 'null').",
                'donateCommands_server_id'        =>  ".($product->donateCommands_server_id ? '$product->donateCommands_server_id' : 'null').",
                'donateCommands_command'          =>  ".($product->donateCommands_command ?: 'null').",
                'enabled'          =>  ".($product->enabled ? 'true' : 'false').",
                'created_at'      =>  Carbon::now(),
            ],\n";

Please note that all pasted data is publicly available.