rappasoft / vault

Roles & Permissions for the Laravel 5 Framework
MIT License
103 stars 10 forks source link

Update to docs #2

Closed gregoryduckworth closed 9 years ago

gregoryduckworth commented 9 years ago

You need to update the docs to include adding:

'Illuminate\Html\HtmlServiceProvider', to the providers and 'Form' => 'Illuminate\Html\FormFacade', 'HTML' => 'Illuminate\Html\HtmlFacade' to the aliases

rappasoft commented 9 years ago

True, I don't know why I was under the impression adding them as dependencies would be enough. I think its because I use my boilerplate for testing and it already has them so it never errored. Would you like to make a pull request for this one?

gregoryduckworth commented 9 years ago

I've created #3 which updates them

rappasoft commented 9 years ago

Merged