Skip to content

Instantly share code, notes, and snippets.

@rtablada
Last active December 18, 2015 05:59
Show Gist options
  • Select an option

  • Save rtablada/5736351 to your computer and use it in GitHub Desktop.

Select an option

Save rtablada/5736351 to your computer and use it in GitHub Desktop.
This is an example provides.json for Laravel Packages as proposed in this [proposal](https://github.com/laravel/framework/issues/1578). This works with the [package installer](https://github.com/rtablada/package-installer) package.
{
"providers": [
"Illuminate\Html\HtmlServiceProvider"
],
"aliases": [
{
"alias": "HTML",
"facade": "Illuminate\Support\Facades\HTML"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment