0

I have started a project with Laravel 6.4 but getting form error with 6.4 version I have checked some relevant solutions but none of them worked with this version.

Any help will be appreciated

lagbox
  • 48,571
  • 8
  • 72
  • 83
Subhash Shipu
  • 343
  • 1
  • 4
  • 15

1 Answers1

1

Laravel does not come with any Form/Html Building package. You are looking for laravelcollective/html.

LaravelCollective - HTML - Docs

lagbox
  • 48,571
  • 8
  • 72
  • 83