Guest User

Untitled

a guest
Nov 25th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. "laravelcollective/html": "5.2.*"
  2.  
  3. 'providers' => [
  4. CollectiveHtmlHtmlServiceProvider::class,
  5.  
  6. ]
  7.  
  8. 'aliases' => [
  9.  
  10. 'Form' => CollectiveHtmlFormFacade::class,
  11. 'HTML' => CollectiveHtmlHtmlFacade::class,
  12. ]
Add Comment
Please, Sign In to add comment