Function

Laravel : How to add helper function

Initially laravel have no helper.php file to add global user defined function. But we need to add some global function…

Creating custom post type in wordpress

You can create a custom post type in WordPress. For this, you can use the function.php file that already exists in y…