Tag: laravel
Configure Redis with Laravel/Lumen 5.8
What is Redis Redis is a storage server that stores data in memory for very…
Connect Laravel to remote MySql DB with SSH
Quick way of connecting remote database with SSH key, will be by running SSH tunnel….
Lumen Passport Logout
If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…
Laravel 5.8: what is new?
According to Laravel official documentation, version 5.8 comes with continued improvement in framework features. Features:…
Laravel Cookies vs Javascript
Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…
Upgrade Laravel 5.6 to 5.7 – Failed to clear cache
I upgraded my app from Laravel 5.6 to 5.7 by following official upgrade guideline. After…
Laravel composer install – Your requirements could not be resolved to an installable set of packages.
If you are running Laravel app, on Ubuntu local machine or cloud server. You might…
Resolved: forced HTTPS redirect in Homestead running Laravel app
Now a days most browsers enforce HTTPS, and this is bit of trouble in local…
“storage/oauth-private.key” does not exist or is not readable
If you are runing Laravel app and using Passport, you might encounter this error while…
Install Laravel required PHP & Extentions
Following requirement part is taken from laravel official Laravel Installation documentation page. Purpose is to help beigners to…