Top "Lumen" questions

Lumen is a "micro-framework" built on top of Laravel's components, and is the official micro-framework of Laravel.

Change Timezone in Lumen or Laravel 5

I am using Lumen framework. How can I change Timezone to Europe/Paris CEST? I added a varaible in my .…

php laravel-5 lumen
Lumen: get URL parameter in a Blade view

I'm trying to get a url parameter from a view file. I have this url: http://locahost:8000/example?a=10 and …

php laravel blade lumen
Lumen Micro Framework => php artisan key:generate

I'm trying out the PHP micro Framework Lumen (from Laravel). One of my first steps was to look into the .…

php lumen
Differences and Similarities Between Lumen and Laravel

I read the documentation and it seems Lumen is Laravel with less features. I must be missing something. I am …

php laravel lumen
Laravel 5 / Lumen Request Header?

So I am not really sure how to go about this I have tried a few things and I will …

php rest laravel lumen
Laravel Lumen Memcached not found

Ok, I just started with Lumen and I'm trying to use the Auth, but a call to either Auth::check …

php laravel memcached lumen
PHP Lumen Call to a member function connection() on null

Call to a member function connection() on null is the error I'm receiving when trying to use an Eloquent Model …

php laravel eloquent lumen
Where to register Facades & Service Providers in Lumen

I Am looking for where to add the facade below in Lumen. 'JWTAuth' => 'Tymon\JWTAuth\Facades\JWTAuth' EDITED Also …

laravel lumen
Lumen (Laravel) Eloquent php artisan make:model not defined

I use Lumen 1.0 for an API project. I have already enable Eloquent by uncomment the following line in bootstrap/app.…

php laravel-5.1 lumen
Why has the artisan serve command been removed from Lumen 5.2?

Please. Does anybody know why Lumen's team removed the command php artisan serve? That command was very helpful !.

laravel-artisan lumen lumen-5.2