Skip to content

Instantly share code, notes, and snippets.

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