Skip to content

Instantly share code, notes, and snippets.

@twintail0x2b8
Created March 29, 2015 11:22
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 twintail0x2b8/3fca9e794b3dbe1bef76 to your computer and use it in GitHub Desktop.
Save twintail0x2b8/3fca9e794b3dbe1bef76 to your computer and use it in GitHub Desktop.
illuminate/htmlのサービスプロバイダーとファサードの登録
return [
...
'providers' => [
...
'Illuminate\Html\HtmlServiceProvider',
],
'aliases' => [
...
'Form' => 'Illuminate\Html\FormFacade',
'HTML' => 'Illuminate\Html\HtmlFacade',
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment