Skip to content

Instantly share code, notes, and snippets.

@karmadice
Forked from buonzz/add_service.php
Created April 4, 2018 06:18
Show Gist options
  • Select an option

  • Save karmadice/56ba566a4a0cb89d45475fd983a73f94 to your computer and use it in GitHub Desktop.

Select an option

Save karmadice/56ba566a4a0cb89d45475fd983a73f94 to your computer and use it in GitHub Desktop.
add service provider in laravel dynamically
App::register('MyApp\Providers\MyServiceProvider');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment