Laravel 4: Input::get() is not working

后端 未结 3 905
故里飘歌
故里飘歌 2021-01-23 09:42

Something weird is happening in my production server using CentOS 7 and the problem is... in my local environment I have many applications developed with Laravel 4 and were inst

3条回答
  •  孤街浪徒
    2021-01-23 09:45

    {{ Form::open(array('method' => 'GET', 'action' => 'CompanyController@search', 'class' => 'f-search')) }}
    

    Try changing 'action' => 'buscar'.

提交回复
热议问题