Top "Lumen-5.2" questions

Lumen 5.2 uses the 5.2 family of Laravel components, as well as introduces some significant changes to Lumen's underlying philosophy and purpose.

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
Command "serve" is not defined (Lumen-Laravel)

So, i try to install the lumen restful api. Based on tutorial, i have to "serve" on php artisan. The …

laravel laravel-artisan lumen lumen-5.2
Lumen Authentication

Just can't get the Lumen authentication to work at all. I have a fresh install and trying to follow the …

php laravel lumen lumen-5.2
Just installed Lumen and got NotFoundHttpException

I'm searching for a solution ... it's getting so frustrating. After a fresh installation of Lumen by Laravel, I simply can't …

php laravel lumen lumen-5.2 lumen-routing
How can I set Timezone in lumen 5.2?

I did not find any relevant information (only tricks) about how to set the default timezone in Lumen 5.2. Is there …

php laravel lumen lumen-5.2
using lumen 5.2 with blade template engine?

I follow the official documentation of laravel to create templates with blade.I'm trying to make my first template but …

laravel laravel-5.2 blade lumen lumen-5.2
How to use multiple database in Lumen

We've using Lumen for building API's , Now we need to access multiple databases. Currently using .env for database config but …

laravel lumen lumen-5.2 lumen-5.3
Route Group in Lumen error Call to undefined method Laravel\Lumen\Application::group()

I have declared a route group in laravel/lumen like so: $app->group(['middleware' => 'auth'], function () use ($app) { $…

php laravel routing lumen lumen-5.2