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…
Lumen authentication API
Since last couple of years I used Laravel for web and API development, finally decided…
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…
osMac and brew for PHP 7.2 & MySQL 5.6
Install/Upgrade PHP: Follow the steps below to upgrade / install PHP 7.1 to 7.2 Step1: Make…
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…
Laravel 5.7 Route [login] not defined
Since Laravel comes with Frontend Scaffolding and supports Vue within the box, therefore I decided to test…
Resolved: forced HTTPS redirect in Homestead running Laravel app
Now a days most browsers enforce HTTPS, and this is bit of trouble in local…




