Skip to content

Instantly share code, notes, and snippets.

@hamzaali00001
Created August 25, 2018 11:37
Show Gist options
  • Save hamzaali00001/a453af5e88115168c8fd7dbc7a571de5 to your computer and use it in GitHub Desktop.
Save hamzaali00001/a453af5e88115168c8fd7dbc7a571de5 to your computer and use it in GitHub Desktop.
public function register()
{
$file = app_path('Helpers/Helper.php');
if (file_exists($file)) {
require_once($file);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment