Skip to content
Advertisement

Route [product.store] not defined. (View: C:xampphtdocshijabrentresourcesviewsproductcreate.blade.php)

I’m using Laravel

This is web.php:

JavaScript

This is form call create:

JavaScript

When I click submit, it shows error. I want to create a new product and the detail store in database.

Please Help.

Advertisement

Answer

This is typo error. You have add same name as route name in the form action.

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement