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

Lumen activity log composer package

Very simple package to log user activities in your Lumen API. Aim is to capture…

 Posted in Composer, Lumen 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 , , , , ,
Lumen

Lumen authentication API

Since last couple of years I used Laravel for web and API development, finally decided…

 Posted in Laravel 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 , , , ,

Install nvm – Node Version Manager & node on Mac

Quick tip of the day. How to install nvm (Node Version Manager) & Node? osMac:…

 Posted in osMac, Tips Tagged , , , , , , , ,

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…

 Posted in osMac, Package Managers 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

Laravel 5.7 Route [login] not defined

Since Laravel comes with Frontend Scaffolding and supports Vue within the box, therefore I decided to test…

 Posted in Laravel, PHP 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 , , ,