I'm new with this Laravel stuff and an API too (Never done this before), but i know PHP and Javascript. But I want to learn these stuffs ASAP, so sorry if my questions are dumb :D
So what I want to ask you guys are:
- Is that possible to add an External API to Laravel 5.2? and where do i need to put it?
Because some people said that you can't add an External API to Laravel.
- How to apply this API to Laravel (If it's possible)?
POST /api/oauth/token HTTP/1.1 Host: api.######.#### Authorization: Basic /* some unique strings and numbers here */ Content-Type: application/x-www-form-urlencoded grant_type=client_credentials
Sorry for my English, but I already tried to explain what i want clear as possible. Thanks :)