FLAMON TECH Blog

Unzip Zip File 0

Unzip your zip archive file using raw php

Sometimes you need to extract or unzip a zip file in your application. Such as different types of plugins or any other thing. So in this article, I am going to tell you how...

naming-convention-php 0

Naming Conventions PHP

There are lots of naming conventions follows by different framework. Personally i have followed this naming conventions You can see from here https://bitbucket.org/snippets/shojibflamon/BMKkaB    

htaccess 1

How to redirect HTTP to HTTPS using .htaccess

Sometimes you are getting insure warning on your website when you using Chrome or Firefox browser without SSL Certificate. Without SSL your website is showing insure message to your visitor. This is very important...

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

How-to-Create-a-Custom-Route-File-in-Laravel 3

How to create custom route file in laravel

You can create your own customize laravel route file in your project. So what is laravel custom route file means? Sometimes this is very essentials to organize your projects. Suppose you have three types...