Monthly Archive: February 2019

Difference between getString() and optString() in Json 1

Difference between getString() and optString() in Json

While fetching the data from JSON , we might have null data for a particular Key value, at that time instead of implementing Null conditions, better make use of this optimized method optString(“<keyname>”) optString(“<KeyName>”) returns the empty string (“”) if...

Laravel New Features 4

Whats new in Laravel 5.8

Laravel 5.0 was released in February 2015 and a 5.x update has been released roughly every six months since then. After Laravel 5.7 was released, we can expect to see the initial release of...