Tag: lumen

Laravel

Configure Redis with Laravel/Lumen 5.8

What is Redis Redis is a storage server that stores data in memory for very…

 Posted in Laravel, Laravel 5.5, Lumen, Uncategorized Tagged , , , , ,
Laravel

Connect Laravel to remote MySql DB with SSH

Quick way of connecting remote database with SSH key, will be by running SSH tunnel….

 Posted in Laravel, Laravel 5.5, Uncategorized Tagged , , , , , , ,
Lumen

Lumen Passport Logout

If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…

 Posted in Lumen Tagged , , , , , ,
Laravel

Solved: local.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths

I got this issue while setting up LumenPassport in Laravel/Lumen micro framework. Error local.ERROR: RuntimeException:…

 Posted in Laravel, Lumen, PHP Tagged , , , , , , , ,
Lumen

Lumen 5.8 activity log composer package

Activity log is upgraded to Lumen 5.8, follow the complete post at link given below…

 Posted in Laravel, Lumen, Uncategorized Tagged , , ,
Lumen

Lumen activity log composer package

Very simple package to log user activities in your Lumen API. Aim is to capture…

 Posted in Composer, Lumen Tagged , , , , ,
Lumen

Lumen authentication API

Since last couple of years I used Laravel for web and API development, finally decided…

 Posted in Laravel Tagged , , , , ,