I am trying to work with LTI specification, so I register a launch URL on Moodle pointing to my Laravel Application. But I'm getting a 419 status error.
My web.php:
Route::post('/lti', 'PagesController@lti');
My launch URL:
localhost/projectlaravel/public/lti
Anyone could help?