Sending a JSON encoded entity to a RESTful API is a common need, and a JSON payload is actually pretty slick and convenient. It eases the pain of form-encoded strings when sending post data, and makes it easier to structure complex data that’s
You may have heard of the new trendy microframework called Lumen. It is a lighter version of Laravel with a few key changes.
One thing that excited me about Lumen is that by default, "facades" are not enabled. What this means, is you can
In the last few weeks, Socialite was a popular topic to blog/tweet about. Coincidentally, I also needed Socialite for a project. But in my case, I wanted to use it in an Angular app, distributed using Cordova (Phonegap) as hybrid app on Android/iOS.
Lumen is a “micro-framework” built on top of Laravel’s components created by Taylor Otwell who is also responsible for Laravel.
It has been designed to develop micro services like small application or web service. It has been dev