Tag: lumen
Configure Redis with Laravel/Lumen 5.8
Danyal July 3, 2019
What is Redis Redis is a storage server that stores data in memory for very…
Posted in Laravel, Laravel 5.5, Lumen, Uncategorized Tagged cache, in memory, key values, laravel, lumen, redish
Connect Laravel to remote MySql DB with SSH
Danyal June 11, 2019
Quick way of connecting remote database with SSH key, will be by running SSH tunnel….
Posted in Laravel, Laravel 5.5, Uncategorized Tagged laravel, Laravel 5.6, Laravel 5.8, laravel5.7, lumen, mysql, ssh, tunnel
Lumen Passport Logout
Danyal June 9, 2019
If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…
Posted in Lumen Tagged Authentication, laravel, LaravelPassport, logout, lumen, LumenPassport, token
Solved: local.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths
Danyal May 17, 2019
I got this issue while setting up LumenPassport in Laravel/Lumen micro framework. Error local.ERROR: RuntimeException:…
Posted in Laravel, Lumen, PHP Tagged error, fix, guzzlehttp, LaravelPassport, larvel, lumen, LumenPassport, oAuth, solution
Lumen 5.8 activity log composer package
Danyal May 12, 2019
Activity log is upgraded to Lumen 5.8, follow the complete post at link given below…
Lumen authentication API
Danyal November 24, 2018
Since last couple of years I used Laravel for web and API development, finally decided…
Posted in Laravel Tagged API, api_token, Auth, Authentication, lumen, sessionless