Ajay wrote a tutorial on how to create a custom facade in Laravel 5.2.

facade

Benefits of creating a custom facade in Laravel 5.2 is that you don't have to write the same function again and again, to avoid repetition you can create a helper class or can say facade class.