Tag: laravel

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 5.8: what is new?

According to Laravel official documentation, version 5.8 comes with continued improvement in framework features. Features:…

 Posted in Laravel Tagged , , ,
Laravel

Laravel Cookies vs Javascript

Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…

 Posted in Laravel, Laravel 5.5 Tagged , , , , ,
Laravel

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…

 Posted in Laravel, PHP Tagged , , , ,
Laravel

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…

 Posted in Laravel, Laravel 5.5, Ubuntu, Uncategorized Tagged , , ,
Laravel

Resolved: forced HTTPS redirect in Homestead running Laravel app

Now a days most browsers enforce HTTPS, and this is bit of trouble in local…

 Posted in Laravel 5.5, Ubuntu Tagged , , ,
Laravel

“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…

 Posted in Laravel, PHP Tagged , ,
Laravel

Install Laravel required PHP & Extentions

Following requirement part is taken from laravel official Laravel Installation documentation page. Purpose is to help beigners to…

 Posted in Laravel, PHP, Ubuntu 16.04, Ubuntu 17 Tagged , , , ,