Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created August 13, 2021 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/818191ddf97f7794d1aa6d9d11972048 to your computer and use it in GitHub Desktop.
Save Shelob9/818191ddf97f7794d1aa6d9d11972048 to your computer and use it in GitHub Desktop.
Resolve from Laravel service container, with dependency
//Resolve from service container
app()->makeWith(Replacer::class, [
'build' => $build
]);
//Similar to:
new Replacer($build);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment