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't write DB::select() (which is a quick shortcut to resolve the depedency and act on it).
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5 Laravel 5.1