exceData = $exec; } /** * Execute the job. * * @return void */ public function handle() { $result = exec($this->exceData); Log::info($result); } }