Lumen is a "micro-framework" built on top of Laravel's components, and is the official micro-framework of Laravel.
I use the Lumen framework for first time, the route / to my HomeController is not working. This is my route.…
php laravel lumenSo, 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.2In a Lumen project, I need to create database connections on runtime, but I keep getting a "Database [...] not configured" …
php postgresql sqlite laravel lumenI created a new Lumen 5.4 project and tried to seed some data. In the seeder, I used bcrypt to hash …
php lumenI have two (but let's image more) micro-services (API) which need to be aware of authenticated user. Ideally I would …
laravel microservices lumenI'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-routingI am using OAuth 2 Authentication in Lumen microframework. Right now i am using the grant_type value is password. It …
laravel oauth-2.0 lumenI have a big problem. I work on an application in localhost with Lumen framework. My work environment is on …
.htaccess laravel lumenWhen trying to run artisan commands I get the following error [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Memcached' not found …
php lumen laravel-artisan