Category: Laravel 5.5
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
Laravel Cookies vs Javascript
Danyal February 7, 2019
Creating cookies in Laravel: Default Laravel encrypts the when using Cookie::make and decrypts when getting…
Posted in Laravel, Laravel 5.5 Tagged cookies, encryption, javascript, jQuery, laravel, Laravel 5.6
Laravel composer install – Your requirements could not be resolved to an installable set of packages.
Danyal November 9, 2018
If you are running Laravel app, on Ubuntu local machine or cloud server. You might…
Posted in Laravel, Laravel 5.5, Ubuntu, Uncategorized Tagged composer, laravel, Laravel 5.6, php extensions
Resolved: forced HTTPS redirect in Homestead running Laravel app
Danyal November 1, 2018
Now a days most browsers enforce HTTPS, and this is bit of trouble in local…
Posted in Laravel 5.5, Ubuntu Tagged homestead, laravel, laravel5.6, laravel5.7
Laravel5.6 This form has expired. Please refresh and try again
Danyal May 30, 2018
If you are fasing this issue upon submitting form, there could be diffrent reasons. Your…
Posted in Laravel, Laravel 5.5, PHP Tagged Laravel 5.6
Laravel error Failed to open stream: Permission denied
Danyal February 28, 2018
I don’t remember acutally if I faced this issue while runing my Laravel 5.6 app…
Posted in Laravel, Laravel 5.5 Tagged DigitalOcean, laravel, permissions, production, storage
PHPUnit test environment with Laravel 5.5
Danyal January 13, 2018
Laravel provides fully covered online documentation. But if you are still wondering, how to run…
Posted in Laravel 5.5, PHP Tagged laravel, laravel 5.5, phpunit, testing