Lumen is a "micro-framework" built on top of Laravel's components, and is the official micro-framework of Laravel.
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.2How can I make my page paginated so that it shows 10 records/page. I have done this in Laravel but …
laravel lumenI want to install a specific version of Laravel Lumen (5.1 instead of the lastest one 5.2) on a new project. From …
laravel lumenWhen 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-routingSo my Mailable view is throwing this error - and this is all I have on my hands. It was …
php laravel laravel-blade lumen laravel-6I built an API with Lumen and want to access it with JavaScript and the XMLHttpRequest object. But every time …
javascript cors lumenIf I understand correctly it's better not to gzip small resources as they might actually get bigger while still having …
nginx server gzip httpresponse lumenI'm building a REST API with Lumen and want to cache some of the routes with Redis. E.g. for …
laravel lumen