Hi i'm having a html href where i want to pass values to a controller method but it displays Type error: Too few arguments to function
HTML
<li><a href="">
<i class="fa fa-chevron-right"></i> all</a></li>
<li><a href="">
<i class="fa fa-chevron-right"></i> paid</a></li>
<li><a href="">
<i class="fa fa-chevron-right"></i> free</a></li>
controller
` public function show($type,$title)
{
//
}`
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2tx0bJN
via IFTTT
Aucun commentaire:
Enregistrer un commentaire