Category: Laravel 5.5

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 , , , , , , ,
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

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

Laravel5.6 This form has expired. Please refresh and try again

If you are fasing this issue upon submitting form, there could be diffrent reasons. Your…

 Posted in Laravel, Laravel 5.5, PHP Tagged
Laravel

Laravel error Failed to open stream: Permission denied

I don’t remember acutally if I faced this issue while runing my Laravel 5.6 app…

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

PHPUnit test environment with Laravel 5.5

Laravel provides fully covered online documentation. But if you are still wondering, how to run…

 Posted in Laravel 5.5, PHP Tagged , , ,