Top "Lumen" questions

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

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 apply pagination in Lumen?

How can I make my page paginated so that it shows 10 records/page. I have done this in Laravel but …

laravel lumen
How to specify Lumen (or Laravel) version on new installation?

I want to install a specific version of Laravel Lumen (5.1 instead of the lastest one 5.2) on a new project. From …

laravel lumen
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
Getting route parameters in Lumen

When trying to access Route parameters, using $request->route('id'), in latest version of Lumen, I get an error. …

laravel laravel-routing lumen lumen-5.4 lumen-routing
Lumen/Laravel 6: Call to undefined function array_except()

So my Mailable view is throwing this error - and this is all I have on my hands. It was …

php laravel laravel-blade lumen laravel-6
Lumen: Enable CORS

I built an API with Lumen and want to access it with JavaScript and the XMLHttpRequest object. But every time …

javascript cors lumen
Why is the gzip minimum length directive not being respected?

If I understand correctly it's better not to gzip small resources as they might actually get bigger while still having …

nginx server gzip httpresponse lumen
Not found page in Lumen after install

I just installed Lumen but when I head to its public directory localhost/lumen/public, Sorry, the page you are …

php laravel routes lumen
Remove cache keys by pattern/wildcard

I'm building a REST API with Lumen and want to cache some of the routes with Redis. E.g. for …

laravel lumen