Top "Lumen" questions

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

lumen framework routing not working

I use the Lumen framework for first time, the route / to my HomeController is not working. This is my route.…

php laravel lumen
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 - Create database connection at runtime

In a Lumen project, I need to create database connections on runtime, but I keep getting a "Database [...] not configured" …

php postgresql sqlite laravel lumen
Bcrypt not working in Lumen 5.4: Call to undefined function bcrypt()

I created a new Lumen 5.4 project and tried to seed some data. In the seeder, I used bcrypt to hash …

php lumen
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
Enabling session in lumen framework

I have two (but let's image more) micro-services (API) which need to be aware of authenticated user. Ideally I would …

laravel microservices lumen
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
What is the purpose of grant_type parameter in OAuth 2 Authentication

I am using OAuth 2 Authentication in Lumen microframework. Right now i am using the grant_type value is password. It …

laravel oauth-2.0 lumen
Redirect to public folder on Lumen (Laravel)

I have a big problem. I work on an application in localhost with Lumen framework. My work environment is on …

.htaccess laravel lumen
Class Memcached Not Found Lumen 5.4

When trying to run artisan commands I get the following error [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Memcached' not found …

php lumen laravel-artisan