samedi 1 juillet 2017

Type error: Too few arguments to function laravel 5.4

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)
   {


    //
  }`



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire