Please try with Product::create(Input::all());
instead of Product::create($request->all());
Hope this will help you.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community