mgallegos / laravel-jqgrid

@Laravel jqGrid package allows you to easily integrate the popular @jQuery Grid Plugin (jqGrid) into your Laravel application.
mariogallegos.com
Other
69 stars 44 forks source link

VerifyCsrfToken when CRUD actinons ? #34

Closed KrasilnikovKB closed 8 years ago

KrasilnikovKB commented 8 years ago

how append _token to array editData at jqGrid ?

KrasilnikovKB commented 8 years ago

Oh! Sorry!

->setNavigatorOptions('edit', array('editData' => array('_token' => Session::token())))

mgallegos commented 8 years ago

Nice work!