vendredi 17 mai 2019

Why form action is not taking store

I am making a form and a controller using resource.

<form action="<?php echo route('student.store'); ?>" method="post">
@csrf

when i inspect it it's just showing me

http://localhost/crud3/public/student

and if i replace store to create then it's showing

http://localhost/crud3/public/student/create



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire