I want to call my functions from android side.
now, I want to send post values from android side.
How can I disable csrf token
for some functions ?
because without it I got error message .
like this:
Route::post('mobile/android/getlastnews','NewsController@getLastNews');