You can check all the available methods here: https://github.com/briannesbitt/Carbon
I think you have to send the page number like this: api/videos?page=2
Something like this: Route::get('api/v1/users/{parameters}', function($parameters) { $parameters...
CSRF token is probably not the cause of this. If you post to a certain page you should do a redirect...
The Laravel portal for problem solving, knowledge sharing and community building.
The community