I would try it without the "new Dog" part like this:
$dog = array('dog_name' => $dog_name, 'dog_breed'=>$dog_breed);
Let me know if that works.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community