Posts Tagged "api"

CORS and Laravel
June 17th, 2022
<p>When doing some API work using Laravel as the REST server I was getting a common error "No 'Access-Control-Allow-Origin' header is present on...

Using VCR for PHP API Testing
June 17th, 2022
Testing that your code works against an API can take up lots of un-needed time. With this php-vcr library you can do ONE real...

API Token Based Access Laravel 5.1 (Yet another article on this)
June 17th, 2022
API Token
Laravel 5.2 introduces the auth token guard setup which is way simpler than Oauth. Also it does not assume a certain level of complexity in needs like...