A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

How to Submit JSON POST Requests in Lumen

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

Using Lumen Without Facades

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

OAuth in Javascript Apps with Angular and Lumen, using Satellizer and Laravel Socialite

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.

RESTful API in Lumen, A Laravel Micro Framework

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