lundi 31 juillet 2017

How to make a link in a view to post route in laravel

I have a post route

Route::post('/filter',SchulMasterController@paginationFilter");

and I want to link to the post route in my view

<li class="chevron_right waves-effect">
<a href="">
<i class="material-icons">chevron_right</i></a>
</li>

but I only know how I can link to GET routes.

Thanks,
Leo



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire