run(); file_put_contents('cars.json', json_encode($cars, JSON_PRETTY_PRINT)); dd($cars); } }