Bassem Shoukry

Results 5 comments of Bassem Shoukry

try to move your route to api.php instead of web.php and use (any) instead of (post) and try again

try $input = $request->all(); \Log::info(json_encode($input['action']['data']));

you need to import Illuminate\Http\Request