Skip to content

Instantly share code, notes, and snippets.

@rtablada
Last active December 18, 2015 05:59
Show Gist options
  • Save rtablada/5736351 to your computer and use it in GitHub Desktop.
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